Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 914 Bytes

File metadata and controls

16 lines (11 loc) · 914 Bytes

CustomAttributePostModel

Properties

Name Type Description Notes
type CustomAttributeTypesEnum
name str Name of the attribute
is_enabled bool Indicates if the attribute is enabled
is_required bool Indicates if the attribute value is mandatory to specify
is_global bool Indicates if the attribute is available across all projects
options [CustomAttributeOptionPostModel], none_type Collection of attribute options Available for attributes of type `options` and `multiple options` only [optional]

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