Module Values_0.BatchUpdateDataTableValueSuccessResultSource

A batch update data table value success result.

Sourcetype nonrec t = {
  1. primaryValues : PrimaryValuesSet.t option;
    (*

    The result's primary values.

    *)
  2. attributeName : DataTableName.t option;
    (*

    The result's attribute name.

    *)
  3. lockVersion : DataTableLockVersion.t option;
    (*

    The result's lock version.

    *)
}
Sourceval make : ?primaryValues:??? -> ?attributeName:??? -> ?lockVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DataTableName.t ]) list ] list | `String of DataTableName.t | `Structure of (string * [> `String of String_.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