Module Values.BatchGetAssetPropertyValueSuccessEntrySource

Contains success information for an entry that is associated with the BatchGetAssetPropertyValue API.

Sourcetype nonrec t = {
  1. entryId : EntryId.t option;
    (*

    The ID of the entry.

    *)
  2. assetPropertyValue : AssetPropertyValue.t option;
}
Sourceval make : ?entryId:??? -> ?assetPropertyValue:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t