Module Values.BatchPutAssetPropertyErrorEntrySource

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.

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

    The ID of the failed entry.

    *)
  2. errors : BatchPutAssetPropertyErrors.t option;
    (*

    The list of update property value errors.

    *)
}
Sourceval make : ?entryId:??? -> ?errors:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of OffsetInNanos.t | `Long of TimeInSeconds.t ]) list ] list | `String of ErrorMessage.t ]) 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