google_api_docs v0.7.0 GoogleApi.Docs.V1.Model.TableCell View Source

The contents and style of a cell in a Table.

Attributes

  • content (type: list(GoogleApi.Docs.V1.Model.StructuralElement.t), default: nil) - The content of the cell.
  • endIndex (type: integer(), default: nil) - The zero-based end index of this cell, exclusive, in UTF-16 code units.
  • startIndex (type: integer(), default: nil) - The zero-based start index of this cell, 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 TableCell may have multiple insertion IDs if it is a nested suggested change. If empty, then this is not a suggested insertion.
  • suggestedTableCellStyleChanges (type: %{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedTableCellStyle.t}, default: nil) - The suggested changes to the table cell style, keyed by suggestion ID.
  • tableCellStyle (type: GoogleApi.Docs.V1.Model.TableCellStyle.t, default: nil) - The style of the cell.

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.TableCell{
  content: [GoogleApi.Docs.V1.Model.StructuralElement.t()],
  endIndex: integer(),
  startIndex: integer(),
  suggestedDeletionIds: [String.t()],
  suggestedInsertionIds: [String.t()],
  suggestedTableCellStyleChanges: %{
    optional(String.t()) => GoogleApi.Docs.V1.Model.SuggestedTableCellStyle.t()
  },
  tableCellStyle: GoogleApi.Docs.V1.Model.TableCellStyle.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.