Values.ResourcesTrendsValuesSourceContains the aggregated resource count values for a specific point in the resources trend timeline.
type nonrec t = {resourcesCount : ResourcesCount.t option;The resource count statistics for this data point in the trend timeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Long of TrendsValueCount.t ]) list ])
list ]