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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.