Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

GetAttributesAttributesInnerEnumerationInner.md

File metadata and controls

20 lines (14 loc) · 459 Bytes

Brevo::GetAttributesAttributesInnerEnumerationInner

Properties

Name Type Description Notes
value Integer ID of Value of the "category" type attribute
label String Label of the "category" type attribute

Example

require 'brevo'

instance = Brevo::GetAttributesAttributesInnerEnumerationInner.new(
  value: 1,
  label: Women
)