23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# TaskInfo
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**uuid** | Option<**String**> | | [optional]
|
|
**name** | Option<**String**> | | [optional]
|
|
**state** | Option<[**models::TaskState**](TaskState.md)> | | [optional]
|
|
**started_at** | Option<**String**> | | [optional]
|
|
**finished_at** | Option<**String**> | | [optional]
|
|
**executing_user** | Option<[**models::UserMinimal**](UserMinimal.md)> | | [optional]
|
|
**task_progress** | Option<[**models::TaskProgress**](TaskProgress.md)> | | [optional]
|
|
**message** | Option<**String**> | | [optional]
|
|
**on_rollback** | Option<**bool**> | | [optional]
|
|
**steps** | Option<[**Vec<models::TaskInfoStep>**](TaskInfoStep.md)> | | [optional]
|
|
**result** | Option<[**serde_json::Value**](.md)> | | [optional]
|
|
**response_error** | Option<[**models::ResponseError**](ResponseError.md)> | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|