Values.BatchGetAssetPropertyValueHistorySuccessEntrySourceContains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.
type nonrec t = {entryId : EntryId.t option;The ID of the entry.
*)assetPropertyValueHistory : AssetPropertyValueHistory.t option;The requested historical values for the specified asset property.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of PropertyValueBooleanValue.t
| `Double of PropertyValueDoubleValue.t
| `Integer of PropertyValueIntegerValue.t
| `Long of TimeInSeconds.t
| `String of PropertyValueStringValue.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ]
list
| `String of EntryId.t ])
list ]