Values.InterpolatedAssetPropertyValueSourceContains information about an interpolated asset property value.
val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of PropertyValueBooleanValue.t
| `Double of PropertyValueDoubleValue.t
| `Integer of OffsetInNanos.t
| `Long of TimeInSeconds.t
| `String of PropertyValueStringValue.t
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]