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

Request message for TablesService.CreateRow.

Attributes

  • parent (type: String.t, default: nil) - Required. The parent table where this row will be created. Format: tables/{table}
  • row (type: GoogleApi.Area120Tables.V1alpha1.Model.Row.t, default: nil) - Required. The row to create.
  • 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.CreateRowRequest{
  parent: String.t() | nil,
  row: GoogleApi.Area120Tables.V1alpha1.Model.Row.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.