# ReplicationTask
## Properties
**id** | Option<**i32**> | The ID of the task | [optional]
**execution_id** | Option<**i32**> | The ID of the execution that the task belongs to | [optional]
**status** | Option<**String**> | The status of the task | [optional]
**job_id** | Option<**String**> | The ID of the underlying job that the task related to | [optional]
**operation** | Option<**String**> | The operation of the task | [optional]
**resource_type** | Option<**String**> | The type of the resource that the task operates | [optional]
**src_resource** | Option<**String**> | The source resource that the task operates | [optional]
**dst_resource** | Option<**String**> | The destination resource that the task operates | [optional]
**start_time** | Option<**String**> | The start time of the task | [optional]
**end_time** | Option<**String**> | The end time of 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)