Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1 KB

CustomAttributePostModel.md

File metadata and controls

14 lines (11 loc) · 1 KB

CustomAttributePostModel

Properties

Name Type Description Notes
options List Collection of attribute options <br /> Available for attributes of type `options` and `multiple options` only [optional] [default to null]
type CustomAttributeTypesEnum [default to null]
name String Name of the attribute [default to null]
isEnabled Boolean Indicates if the attribute is enabled [default to null]
isRequired Boolean Indicates if the attribute value is mandatory to specify [default to null]
isGlobal Boolean Indicates if the attribute is available across all projects [default to null]

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