Module Values.UpdateResultSource

The response elements represent the results of an update.

Sourcetype nonrec t = {
  1. generatedFields : FieldList.t option;
    (*

    Values for fields generated during the request.

    *)
}
Sourceval make : ?generatedFields:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * Awso.Botodata.value) 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