google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.Table View Source

A StructuralElement representing a table.

Attributes

  • columns (type: integer(), default: nil) - Number of columns in the table.

    It is 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 is 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.

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.Docs.V1.Model.Table{
  columns: integer(),
  rows: integer(),
  suggestedDeletionIds: [String.t()],
  suggestedInsertionIds: [String.t()],
  tableRows: [GoogleApi.Docs.V1.Model.TableRow.t()],
  tableStyle: GoogleApi.Docs.V1.Model.TableStyle.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.