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

A single table. NextId: 8

Attributes

  • columns (type: list(GoogleApi.Area120Tables.V1alpha1.Model.ColumnDescription.t), default: nil) - List of columns in this table. Order of columns matches the display order.
  • createTime (type: DateTime.t, default: nil) - Time when the table was created.
  • displayName (type: String.t, default: nil) - The human readable title of the table.
  • name (type: String.t, default: nil) - The resource name of the table. Table names have the form tables/{table}.
  • savedViews (type: list(GoogleApi.Area120Tables.V1alpha1.Model.SavedView.t), default: nil) - Saved views for this table.
  • timeZone (type: String.t, default: nil) - The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
  • updateTime (type: DateTime.t, default: nil) - Time when the table was last updated excluding updates to individual rows

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.Table{
  columns: [GoogleApi.Area120Tables.V1alpha1.Model.ColumnDescription.t()] | nil,
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  savedViews: [GoogleApi.Area120Tables.V1alpha1.Model.SavedView.t()] | nil,
  timeZone: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.