| Name | Type | Description | Notes |
|---|---|---|---|
| summary | GetAllAccountsHealth200ResponseSummary | [optional] | |
| accounts | Array<GetAllAccountsHealth200ResponseAccountsInner> | [optional] |
require 'zernio-sdk'
instance = Zernio::GetAllAccountsHealth200Response.new(
summary: null,
accounts: null
)