Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

UpdateBatchContacts.md

File metadata and controls

18 lines (12 loc) · 380 Bytes

Brevo::UpdateBatchContacts

Properties

Name Type Description Notes
contacts Array<UpdateBatchContactsContactsInner> List of contacts to be updated [optional]

Example

require 'brevo'

instance = Brevo::UpdateBatchContacts.new(
  contacts: null
)