Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 309 Bytes

CreateCategoryModel.md

File metadata and controls

18 lines (12 loc) · 309 Bytes

Brevo::CreateCategoryModel

Properties

Name Type Description Notes
id Integer ID of the category when a new category is created [optional]

Example

require 'brevo'

instance = Brevo::CreateCategoryModel.new(
  id: 122
)