View Source GoogleApi.Content.V21.Model.Table (google_api_content v0.71.0)
Attributes
-
columnHeaders(type:GoogleApi.Content.V21.Model.Headers.t, default:nil) - Headers of the table's columns. Optional: if not set then the table has only one dimension. -
name(type:String.t, default:nil) - Name of the table. Required for subtables, ignored for the main table. -
rowHeaders(type:GoogleApi.Content.V21.Model.Headers.t, default:nil) - Headers of the table's rows. Required. -
rows(type:list(GoogleApi.Content.V21.Model.Row.t), default:nil) - The list of rows that constitute the table. Must have the same length asrowHeaders. Required.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.Table{ columnHeaders: GoogleApi.Content.V21.Model.Headers.t() | nil, name: String.t() | nil, rowHeaders: GoogleApi.Content.V21.Model.Headers.t() | nil, rows: [GoogleApi.Content.V21.Model.Row.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.