geoengine-api-client 0.0.33

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# TaskStatusWithId

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> |  | [optional]
**estimated_time_remaining** | **String** |  | 
**info** | Option<**serde_json::Value**> |  | [optional]
**pct_complete** | **String** |  | 
**status** | **Status** |  (enum: failed) | 
**task_type** | **String** |  | 
**time_started** | **String** |  | 
**time_total** | **String** |  | 
**clean_up** | Option<**serde_json::Value**> |  | 
**error** | Option<**serde_json::Value**> |  | 
**task_id** | **uuid::Uuid** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)