Values_1.MetricIntervalSourceThe interval period with the start and end time for the metrics.
type nonrec t = {interval : IntervalPeriod.t option;The interval period provided in the API request.
*)startTime : Values_0.Timestamp.t option;The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected.
*)endTime : Values_0.Timestamp.t option;The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For example, If IntervalPeriod is selected THIRTY_MIN, StartTime and EndTime in the API request differs by 1 day, then 48 results are returned in the response. Each result is aggregated by the 30 minutes period, with each StartTime and EndTime differing by 30 minutes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Values_0.Timestamp.t ])
list ]