GoogleApi.Content.V21.Model.Table (google_api_content v0.52.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.Table{ columnHeaders: GoogleApi.Content.V21.Model.Headers.t(), name: String.t(), rowHeaders: GoogleApi.Content.V21.Model.Headers.t(), rows: [GoogleApi.Content.V21.Model.Row.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.