Values.ResourcesTrendsMetricsResultSourceContains the resource trend metrics data for a specific time point in the requested time period.
type nonrec t = {timestamp : Timestamp.t option;The timestamp for this data point in the resources trend metrics.
*)trendsValues : ResourcesTrendsValues.t option;The resource trend metric values associated with this timestamp, including resource counts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Long of TrendsValueCount.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]