View Source GoogleApi.Docs.V1.Model.Table (google_api_docs v0.15.0)
A StructuralElement representing a table.
Attributes
-
columns
(type:integer()
, default:nil
) - Number of columns in the table. It's possible for a table to be non-rectangular, so some rows may have a different number of cells. -
rows
(type:integer()
, default:nil
) - Number of rows in the table. -
suggestedDeletionIds
(type:list(String.t)
, default:nil
) - The suggested deletion IDs. If empty, then there are no suggested deletions of this content. -
suggestedInsertionIds
(type:list(String.t)
, default:nil
) - The suggested insertion IDs. A Table may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion. -
tableRows
(type:list(GoogleApi.Docs.V1.Model.TableRow.t)
, default:nil
) - The contents and style of each row. -
tableStyle
(type:GoogleApi.Docs.V1.Model.TableStyle.t
, default:nil
) - The style of the table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.Table{ columns: integer() | nil, rows: integer() | nil, suggestedDeletionIds: [String.t()] | nil, suggestedInsertionIds: [String.t()] | nil, tableRows: [GoogleApi.Docs.V1.Model.TableRow.t()] | nil, tableStyle: GoogleApi.Docs.V1.Model.TableStyle.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.