MetricsBulkFetchResponse

MetricsBulkFetchResponse
MetricsBulkFetchResponse
AllOf
This class requires all of the following:
JSON Example
{
    "metric": "string",
    "interval": 0,
    "start": 0,
    "end": 0,
    "display_name": "string",
    "unit": "string",
    "results": [
        {
            "pointlist": [
                [
                    {}
                ]
            ],
            "entity_id": "string"
        }
    ]
}