Name | Type | Description | Notes |
---|---|---|---|
children | Array<GetChildrenListChildrenInner> | Your children's account information | [optional] |
count | Integer | Number of child accounts | [optional] |
require 'brevo'
instance = Brevo::GetChildrenList.new(
children: null,
count: 24
)