Name | Type | Description | Notes |
---|---|---|---|
contacts | Array<GetContactDetails> | ||
count | Integer | Number of contacts |
require 'brevo'
instance = Brevo::GetContacts.new(
contacts: null,
count: 17655
)
Name | Type | Description | Notes |
---|---|---|---|
contacts | Array<GetContactDetails> | ||
count | Integer | Number of contacts |
require 'brevo'
instance = Brevo::GetContacts.new(
contacts: null,
count: 17655
)