View Source GoogleApi.Content.V21.Model.Row (google_api_content v0.66.0)

Attributes

  • cells (type: list(GoogleApi.Content.V21.Model.Value.t), default: nil) - The list of cells that constitute the row. Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.Row{
  cells: [GoogleApi.Content.V21.Model.Value.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.