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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.