UpgradeCheckFailureListResult

UpgradeCheckFailureListResult
UpgradeCheckFailureListResult
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": [
        {
            "acked": false,
            "component_type": "string",
            "group_name": "string",
            "id": "string",
            "message": {
                "error_code": 0,
                "message": "string"
            },
            "needs_ack": false,
            "needs_resolve": false,
            "origin_id": "string",
            "origin_name": "string",
            "origin_type": "string",
            "resolution_error": "string",
            "resolution_status": "string",
            "type": "string"
        }
    ]
}