Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 956 Bytes

GlobalCustomAttributePostModel.md

File metadata and controls

13 lines (10 loc) · 956 Bytes

GlobalCustomAttributePostModel

Properties

Name Type Description Notes
name String Name of attribute [default to null]
isEnabled Boolean Indicates whether the attribute is available [optional] [default to null]
isRequired Boolean Indicates whether the attribute value is mandatory to specify [optional] [default to null]
options List Collection of attribute options Available for attributes of type `options` and `multiple options` only [optional] [default to null]
type CustomAttributeTypesEnum Type of attribute [default to null]

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