Values.AssetPropertyValueSourceContains asset property value information.
type nonrec t = {value : Variant.t;The value of the asset property (see Variant).
*)timestamp : TimeInNanos.t;The timestamp of the asset property value.
*)quality : Quality.t option;The quality of the asset property value.
*)}val to_value :
t ->
[> `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 ]