| Name | Type | Description | Notes |
|---|---|---|---|
| title | str, none_type | The name of the step. | [optional] |
| description | str, none_type | Description of the step result. | [optional] |
| info | str, none_type | Extended description of the step result. | [optional] |
| started_on | datetime, none_type | Step start date. | [optional] |
| completed_on | datetime, none_type | Step end date. | [optional] |
| duration | int, none_type | Expected or actual duration of the test run execution in milliseconds. | [optional] |
| outcome | AvailableTestResultOutcome | [optional] | |
| step_results | [AutoTestStepResult], none_type | Nested step results. The maximum nesting level is 15. | [optional] |
| attachments | [AttachmentApiResult], none_type | /// <summary> Specifies an attachment GUID. Multiple values can be sent. </summary> | [optional] |
| parameters | {str: (str,)}, none_type | "<b>parameter</b>": "<b>value</b>" pair with arbitrary custom parameters. Multiple parameters can be sent. | [optional] |