GoogleApi.Area120Tables.V1alpha1.Model.UpdateRowRequest (google_api_area120_tables v0.6.0) View Source

Request message for TablesService.UpdateRow.

Attributes

  • row (type: GoogleApi.Area120Tables.V1alpha1.Model.Row.t, default: nil) - Required. The row to update.
  • updateMask (type: String.t, default: nil) - The list of fields to update.
  • view (type: String.t, default: nil) - Optional. Column key to use for values in the row. Defaults to user entered name.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Area120Tables.V1alpha1.Model.UpdateRowRequest{
  row: GoogleApi.Area120Tables.V1alpha1.Model.Row.t() | nil,
  updateMask: String.t() | nil,
  view: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.