Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 943 Bytes

CustomFieldEnumValue.md

File metadata and controls

17 lines (11 loc) · 943 Bytes

CustomFieldEnumValue

Properties

Name Type Description Notes
id String The unique public ID for the Custom Field. [default to nothing]
value String A string value within the domain of this Custom Field. [default to nothing]
position Int64 An integer indicating the position of this Value with respect to the other CustomFieldEnumValues in the enumeration. [default to nothing]
color_key String A color key associated with this CustomFieldEnumValue. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
enabled Bool When true, the CustomFieldEnumValue can be selected for the CustomField. [default to nothing]

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