Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

CorporateGroupIdPutRequest.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

Brevo::CorporateGroupIdPutRequest

Properties

Name Type Description Notes
group_name String The name of the group of sub-accounts [optional]
sub_account_ids Array<Integer> Pass the list of sub-account Ids to be included in the group [optional]

Example

require 'brevo'

instance = Brevo::CorporateGroupIdPutRequest.new(
  group_name: My group,
  sub_account_ids: [234322,325553,893432]
)