GoogleApi.Area120Tables.V1alpha1.Model.Row (google_api_area120_tables v0.5.1) View Source

A single row in a table.

Attributes

  • createTime (type: DateTime.t, default: nil) - Time when the row was created.
  • name (type: String.t, default: nil) - The resource name of the row. Row names have the form tables/{table}/rows/{row}. The name is ignored when creating a row.
  • updateTime (type: DateTime.t, default: nil) - Time when the row was last updated.
  • values (type: map(), default: nil) - The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.

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.Row{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  values: map() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.