Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

GetFolders.md

File metadata and controls

20 lines (14 loc) · 384 Bytes

Brevo::GetFolders

Properties

Name Type Description Notes
folders Array<GetFolder> [optional]
count Integer Number of folders available in your account [optional]

Example

require 'brevo'

instance = Brevo::GetFolders.new(
  folders: null,
  count: 10
)