google_api_content v0.4.0 GoogleApi.Content.V2.Model.Table View Source

Attributes

  • columnHeaders (Headers): Headers of the table's columns. Optional: if not set then the table has only one dimension. Defaults to: null.
  • name (String.t): Name of the table. Required for subtables, ignored for the main table. Defaults to: null.
  • rowHeaders (Headers): Headers of the table's rows. Required. Defaults to: null.
  • rows ([Row]): The list of rows that constitute the table. Must have the same length as rowHeaders. Required. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.Table{
  columnHeaders: GoogleApi.Content.V2.Model.Headers.t(),
  name: any(),
  rowHeaders: GoogleApi.Content.V2.Model.Headers.t(),
  rows: [GoogleApi.Content.V2.Model.Row.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.