Module Values.BatchGetAssetPropertyValueHistorySuccessEntrySource

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

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

    The ID of the entry.

    *)
  2. assetPropertyValueHistory : AssetPropertyValueHistory.t option;
    (*

    The requested historical values for the specified asset property.

    *)
}
Sourceval make : ?entryId:??? -> ?assetPropertyValueHistory:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 | `String of EntryId.t ]) 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