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

Attributes

  • columnHeaders (type: GoogleApi.Content.V2.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.V2.Model.Headers.t, default: nil) - Headers of the table's rows. Required.
  • rows (type: list(GoogleApi.Content.V2.Model.Row.t), default: nil) - The list of rows that constitute the table. Must have the same length as rowHeaders. Required.

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: String.t(),
  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.