ApplianceManagementTaskListResult

ApplianceManagementTaskListResult
ApplianceManagementTaskListResult

Appliance management task query results

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "async_response_available": false,
            "cancelable": false,
            "description": "string",
            "details": {},
            "end_time": 0,
            "id": "string",
            "message": "string",
            "progress": 0,
            "request_is_async": false,
            "request_method": "string",
            "request_uri": "string",
            "start_time": 0,
            "status": "string",
            "user": "string"
        }
    ]
}