Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

GetFolderLists.md

File metadata and controls

20 lines (14 loc) · 369 Bytes

Brevo::GetFolderLists

Properties

Name Type Description Notes
lists Array<GetList> [optional]
count Integer Number of lists in the folder [optional]

Example

require 'brevo'

instance = Brevo::GetFolderLists.new(
  lists: null,
  count: 6
)