Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

CorporateSubAccountIpAssociatePostRequest.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

Brevo::CorporateSubAccountIpAssociatePostRequest

Properties

Name Type Description Notes
ip String IP address
ids Array<Integer> Pass the list of sub-account Ids to be associated with the IP address

Example

require 'brevo'

instance = Brevo::CorporateSubAccountIpAssociatePostRequest.new(
  ip: 103.11.32.88,
  ids: [234322,325553,893432]
)