Name | Type | Description | Notes |
---|---|---|---|
lists | Array<GetList> | [optional] | |
count | Integer | Number of lists in the folder | [optional] |
require 'brevo'
instance = Brevo::GetFolderLists.new(
lists: null,
count: 6
)
Name | Type | Description | Notes |
---|---|---|---|
lists | Array<GetList> | [optional] | |
count | Integer | Number of lists in the folder | [optional] |
require 'brevo'
instance = Brevo::GetFolderLists.new(
lists: null,
count: 6
)