Name | Type | Description | Notes |
---|---|---|---|
count | Integer | Total number of subaccounts | [optional] |
sub_accounts | Array<SubAccountsResponseSubAccountsInner> | [optional] |
require 'brevo'
instance = Brevo::SubAccountsResponse.new(
count: null,
sub_accounts: null
)