# Task
## Properties
**id** | Option<**i32**> | The ID of task | [optional]
**execution_id** | Option<**i32**> | The ID of task execution | [optional]
**status** | Option<**String**> | The status of task | [optional]
**status_message** | Option<**String**> | The status message of task | [optional]
**run_count** | Option<**i32**> | The count of task run | [optional]
**extra_attrs** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | | [optional]
**creation_time** | Option<**String**> | The creation time of task | [optional]
**update_time** | Option<**String**> | The update time of task | [optional]
**start_time** | Option<**String**> | The start time of task | [optional]
**end_time** | Option<**String**> | The end time of task | [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)