PageOfCompatibilityMatrix

PageOfCompatibilityMatrix
PageOfCompatibilityMatrix

Represents a page of elements of a single type

JSON Example
{
    "elements": [
        {
            "compatibilityMatrixContent": "string",
            "compatibilityMatrixMetadata": {
                "errorMessage": "string",
                "isMissing": false,
                "isStale": false,
                "lastModifiedDate": 0,
                "message": "string",
                "warningMessage": "string"
            },
            "compatibilityMatrixSource": "One among: VMWARE_COMPAT, VXRAIL_COMPAT"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
elements
Optional

The list of elements included in this page

pageMetadata
Optional

Represents pageable elements pagination metadata