# ScalewayPeriodInstancePeriodV1PeriodTask
## Properties
**id** | Option<**String**> | The unique ID of the task | [optional]
**description** | Option<**String**> | The description of the task | [optional]
**progress** | Option<**i32**> | The progress of the task in percent | [optional]
**started_at** | Option<**String**> | The task start date (RFC 3339 format) | [optional]
**terminated_at** | Option<**String**> | The task end date (RFC 3339 format) | [optional]
**status** | Option<**String**> | The task status | [optional][default to Pending]
**href_from** | Option<**String**> | | [optional]
**href_result** | Option<**String**> | | [optional]
**zone** | Option<**String**> | The zone in which is the 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)