TasksGetResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"cancelable": false,
"end_time": "string",
"operation": "string",
"parent": "string",
"progress": {
"completed": 0,
"total": 0
},
"service": "string",
"start_time": "string",
"status": "enum",
"user": "string"
}
}