Recovery_Reconciliation_Job_Get_ResponseBody
Recovery_Reconciliation_Job_Get_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": {
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"service": "string",
"operation": "string",
"parent": "string",
"target": {
"type": "string",
"id": "string"
},
"status": "string",
"cancelable": false,
"start_time": "string",
"end_time": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
],
"progress": 0
}
}