Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

File metadata and controls

17 lines (12 loc) · 1.06 KB

CreateProjectsAttributeRequest

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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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