Init
This commit is contained in:
22
scp_core/docs/TaskInfo.md
Normal file
22
scp_core/docs/TaskInfo.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user