Values_0.AssetPropertyVariantSourceContains an asset property value (of a single type).
type nonrec t = {stringValue : AssetPropertyStringValue.t option;Optional. The string value of the value entry. Accepts substitution templates.
*)integerValue : AssetPropertyIntegerValue.t option;Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
*)doubleValue : AssetPropertyDoubleValue.t option;Optional. A string that contains the double value of the value entry. Accepts substitution templates.
*)booleanValue : AssetPropertyBooleanValue.t option;Optional. A string that contains the boolean value (true or false) of the value entry. Accepts substitution templates.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AssetPropertyStringValue.t ]) list ]