Values.BatchGetAssetPropertyValueSuccessEntrySourceContains success information for an entry that is associated with the BatchGetAssetPropertyValue API.
type nonrec t = {entryId : EntryId.t option;The ID of the entry.
*)assetPropertyValue : AssetPropertyValue.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of EntryId.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 ])
list ]