Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 845 Bytes

UpdateAttribute.md

File metadata and controls

20 lines (14 loc) · 845 Bytes

Brevo::UpdateAttribute

Properties

Name Type Description Notes
value String Value of the attribute to update. Use only if the attribute's category is 'calculated' or 'global' [optional]
enumeration Array<UpdateAttributeEnumerationInner> List of the values and labels that the attribute can take. Use only if the attribute's category is &quot;category&quot;. For example, [{&quot;value&quot;:1, &quot;label&quot;:&quot;male&quot;}, {&quot;value&quot;:2, &quot;label&quot;:&quot;female&quot;}] [optional]

Example

require 'brevo'

instance = Brevo::UpdateAttribute.new(
  value: COUNT[BLACKLISTED,BLACKLISTED,&lt;,NOW()],
  enumeration: null
)