| Name | Type | Description | Notes |
|---|---|---|---|
| external_id | str | This property is used to set autotest identifier from client system | |
| project_id | str | This property is used to link autotest with project | |
| name | str | ||
| global_id | int | ||
| created_by_id | str | ||
| id | str | Unique ID of the entity | |
| is_deleted | bool | Indicates if the entity is deleted | |
| links | [LinkModel], none_type | [optional] | |
| namespace | str, none_type | [optional] | |
| classname | str, none_type | [optional] | |
| steps | [AutoTestStepModel], none_type | [optional] | |
| setup | [AutoTestStepModel], none_type | [optional] | |
| teardown | [AutoTestStepModel], none_type | [optional] | |
| created_date | datetime, none_type | [optional] | |
| modified_date | datetime, none_type | [optional] | |
| modified_by_id | str, none_type | [optional] | |
| labels | [LabelShortModel], none_type | [optional] | |
| external_key | str, none_type | [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] |