LicenseEndpointMappingList

LicenseEndpointMappingList
License Endpoint Mapping List

List of all license-endpoint mappings

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "id": "string",
            "license_id": "string",
            "endpoint_id": "string"
        }
    ]
}