Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.13 KB

GetChildrenListChildrenInner.md

File metadata and controls

36 lines (30 loc) · 1.13 KB

Brevo::GetChildrenListChildrenInner

Properties

Name Type Description Notes
email String Login Email
first_name String First Name
last_name String Last Name
company_name String Name of the company
credits GetChildInfoAllOfCredits [optional]
statistics GetChildInfoAllOfStatistics [optional]
password String The encrypted password of child account
ips Array<String> IP(s) associated to a child account user [optional]
api_keys GetChildInfoAllOfApiKeys [optional]
id Integer ID of the child [optional]

Example

require 'brevo'

instance = Brevo::GetChildrenListChildrenInner.new(
  email: john.smith@example.com,
  first_name: John,
  last_name: Smith,
  company_name: MyCompany,
  credits: null,
  statistics: null,
  password: abC01De2fGHI3jkL,
  ips: null,
  api_keys: null,
  id: 187588
)