Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

GetChildrenList.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

Brevo::GetChildrenList

Properties

Name Type Description Notes
children Array<GetChildrenListChildrenInner> Your children's account information [optional]
count Integer Number of child accounts [optional]

Example

require 'brevo'

instance = Brevo::GetChildrenList.new(
  children: null,
  count: 24
)