Module Values.BatchGetAssetPropertyAggregatesSkippedEntrySource

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.

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

    The ID of the entry.

    *)
  2. completionStatus : BatchEntryCompletionStatus.t option;
    (*

    The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.

    *)
  3. errorInfo : BatchGetAssetPropertyAggregatesErrorInfo.t option;
    (*

    The error information, such as the error code and the timestamp.

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