| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique ID of the attribute | |
| targets | [str] | Collection of the attribute targets Defines where the attribute can be used (e.g., TestCases, AutoTestCases, TestPlans) | |
| options | [CustomAttributeOptionModel] | Collection of the attribute options Available for attributes of type `options` and `multiple options` only | |
| type | CustomAttributeTypesEnum | ||
| is_deleted | bool | Indicates if the attribute is deleted | |
| is_system | bool | Indicates if the attribute is system | |
| 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 |