MetricResponseV2

MetricResponseV2
MetricResponseV2
AllOf
This class requires all of the following:
JSON Example
{
    "metric": "string",
    "display_name": "string",
    "interval": 0,
    "unit": "string",
    "start": 0,
    "end": 0,
    "pointlist": [
        {
            "timestamps": [
                0
            ],
            "values": [
                "number"
            ]
        }
    ]
}
Returned By