Enum CustomAttributeDefinition_type
The type of attribute. Possible values: numeric
, paragraph
, list
(this corresponds to dropdown
in the UI), text
.
public enum CustomAttributeDefinition_type
Fields
[EnumMember(Value = "list")] List = 2
[EnumMember(Value = "numeric")] Numeric = 0
[EnumMember(Value = "paragraph")] Paragraph = 1
[EnumMember(Value = "text")] Text = 3