Tasks_Get_ResponseBody

Tasks_Get_ResponseBody
Tasks_Get_ResponseBody

This is a response body class for an operation.

JSON Example
{
    "value": {
        "progress": {
            "total": 0,
            "completed": 0,
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            }
        },
        "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",
        "user": "string"
    }
}
value
Optional

Information about the specified task.