View Source GoogleApi.Content.V2.Model.Table (google_api_content v0.67.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.Table{
  columnHeaders: GoogleApi.Content.V2.Model.Headers.t() | nil,
  name: String.t() | nil,
  rowHeaders: GoogleApi.Content.V2.Model.Headers.t() | nil,
  rows: [GoogleApi.Content.V2.Model.Row.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.