Values_0.AssetPropertyValueSourceAn asset property value entry containing the following information.
type nonrec t = {value : AssetPropertyVariant.t;The value of the asset property.
*)timestamp : AssetPropertyTimestamp.t;The asset property value timestamp.
*)quality : AssetPropertyQuality.t option;Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.
*)}val make :
?quality:??? ->
value:AssetPropertyVariant.t ->
timestamp:AssetPropertyTimestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AssetPropertyQuality.t
| `Structure of
(string * [> `String of AssetPropertyStringValue.t ]) list ])
list ]