LicensesListResult

LicensesListResult
LicensesListResult

Licenses queries result

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": {},
            "capacity_type": "string",
            "description": "string",
            "expiry": 0,
            "features": "string",
            "is_editable": false,
            "is_eval": false,
            "is_expired": false,
            "is_mh": false,
            "license_key": "string",
            "product_name": "string",
            "product_version": "string",
            "quantity": 0,
            "vc_names": [
                "string"
            ]
        }
    ]
}
Returned By