Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 739 Bytes

GetListsListsInner.md

File metadata and controls

28 lines (22 loc) · 739 Bytes

Brevo::GetListsListsInner

Properties

Name Type Description Notes
id Integer ID of the list
name String Name of the list
total_blacklisted Integer Number of blacklisted contacts in the list
total_subscribers Integer Number of contacts in the list
unique_subscribers Integer Number of unique contacts in the list
folder_id Integer ID of the folder

Example

require 'brevo'

instance = Brevo::GetListsListsInner.new(
  id: 23,
  name: Magento Customers - EN,
  total_blacklisted: 13,
  total_subscribers: 1776,
  unique_subscribers: 1789,
  folder_id: 2
)