SplaUsageReportResponse

SplaUsageReportResponse
SPLA usage report

Response of SPLA usage report

AllOf
This class requires all of the following:
JSON Example
{
    "items": {
        "date": "2025-04-23",
        "usage_start_date_time": "2025-04-23T00:00:00.000Z",
        "usage_end_date_time": "2025-04-24T00:00:00.000Z",
        "max_spla_usages": [
            {
                "sku": "string",
                "data_center": "string",
                "instance_type": "string",
                "quantity": 0,
                "resource_id": "string"
            }
        ]
    }
}