Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

GetContacts.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

Brevo::GetContacts

Properties

Name Type Description Notes
contacts Array<GetContactDetails>
count Integer Number of contacts

Example

require 'brevo'

instance = Brevo::GetContacts.new(
  contacts: null,
  count: 17655
)