gapi-ocaml
GapiSheetsV4Model.UpdateTableRequest
gapi-ocaml.netstring-local
gapi-ocaml.netsys-local
type t = {
table : Table.t;
Required. The table to update.
fields : string;
Required. The fields that should be updated. At least one field must be specified. The root `table` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field.
}
val table : (t, Table.t) GapiLens.t
val fields : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t