jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
Documentation
# TaskProgress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | The description of the task. | [optional]
**elapsed_runtime** | **i64** | The execution time of the task, in milliseconds. | 
**finished** | Option<**String**> | A timestamp recording when the task was finished. | [optional]
**id** | **String** | The ID of the task. | 
**last_update** | **String** | A timestamp recording when the task progress was last updated. | 
**message** | Option<**String**> | Information about the progress of the task. | [optional]
**progress** | **i64** | The progress of the task, as a percentage complete. | 
**result** | Option<[**serde_json::Value**].md> | The result of the task execution. | [optional]
**param_self** | **String** | The URL of the task. | 
**started** | Option<**String**> | A timestamp recording when the task was started. | [optional]
**status** | **String** | The status of the task. | 
**submitted** | Option<**String**> | A timestamp recording when the task was submitted. | [optional]
**submitted_by** | **i64** | The ID of the user who submitted the task. | 

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