Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 838 Bytes

UpdateAttribute.md

File metadata and controls

10 lines (7 loc) · 838 Bytes

brevo_csharp.Model.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 List<UpdateAttributeEnumeration> List of the values and labels that the attribute can take. Use only if the attribute's category is "category". For example, [{"value":1, "label":"male"}, {"value":2, "label":"female"}] [optional]

[Back to Model list] [Back to API list] [Back to README]