Values.BatchGetAssetPropertyAggregatesSuccessEntrySourceContains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.
type nonrec t = {entryId : EntryId.t option;The ID of the entry.
*)aggregatedValues : AggregatedValues.t option;The requested aggregated asset property values (for example, average, minimum, and maximum).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of AggregatedDoubleValue.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of EntryId.t ])
list ]