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

The contents and style of a row in a Table.

Attributes

  • endIndex (type: integer(), default: nil) - The zero-based end index of this row, exclusive, in UTF-16 code units.

  • startIndex (type: integer(), default: nil) - The zero-based start index of this row, in UTF-16 code units.

  • 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 TableRow may have multiple insertion IDs if it is a nested suggested change. If empty, then this is not a suggested insertion.

  • suggestedTableRowStyleChanges (type: %{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedTableRowStyle.t}, default: nil) - The suggested style changes to this row, keyed by suggestion ID.

  • tableCells (type: list(GoogleApi.Docs.V1.Model.TableCell.t), default: nil) - The contents and style of each cell in this row.

    It is possible for a table to be non-rectangular, so some rows may have a different number of cells than other rows in the same table.

  • tableRowStyle (type: GoogleApi.Docs.V1.Model.TableRowStyle.t, default: nil) - The style of the table row.

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.TableRow{
  endIndex: integer(),
  startIndex: integer(),
  suggestedDeletionIds: [String.t()],
  suggestedInsertionIds: [String.t()],
  suggestedTableRowStyleChanges: %{
    optional(String.t()) => GoogleApi.Docs.V1.Model.SuggestedTableRowStyle.t()
  },
  tableCells: [GoogleApi.Docs.V1.Model.TableCell.t()],
  tableRowStyle: GoogleApi.Docs.V1.Model.TableRowStyle.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.