| 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] |