Values.AggregatedValueSourceContains aggregated asset property values (for example, average, minimum, and maximum).
type nonrec t = {timestamp : Timestamp.t option;The date the aggregating computations occurred, in Unix epoch time.
*)quality : Quality.t option;The quality of the aggregated data.
*)value : Aggregates.t option;The value of the aggregates.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of AggregatedDoubleValue.t ]) list
| `Timestamp of Timestamp.t ])
list ]