Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

UpdateBatchContactsModel.md

File metadata and controls

20 lines (14 loc) · 384 Bytes

Brevo::UpdateBatchContactsModel

Properties

Name Type Description Notes
success_ids Array<Integer> [optional]
failure_ids Array<Integer> [optional]

Example

require 'brevo'

instance = Brevo::UpdateBatchContactsModel.new(
  success_ids: 1,2,
  failure_ids: 3,4
)