GoogleApi.Area120Tables.V1alpha1.Model.Table (google_api_area120_tables v0.2.0) View Source
A single table.
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. -
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 formtables/{table}
.
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.Table{ columns: [GoogleApi.Area120Tables.V1alpha1.Model.ColumnDescription.t()], displayName: String.t(), name: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.