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 |
require 'brevo'
instance = Brevo::CorporateSubAccountIpAssociatePostRequest.new(
ip: 103.11.32.88,
ids: [234322,325553,893432]
)