View Source GoogleApi.Content.V21.Model.Row (google_api_content v0.70.1)
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 ascolumnHeadersfor 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
Unwrap a decoded JSON object into its complex fields.