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

Location of a single cell within a table.

Attributes

  • columnIndex (type: integer(), default: nil) - The zero-based column index. For example, the second column in the table has a column index of 1.
  • rowIndex (type: integer(), default: nil) - The zero-based row index. For example, the second row in the table has a row index of 1.
  • tableStartLocation (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - The location where the table starts in the document.

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.TableCellLocation{
  columnIndex: integer(),
  rowIndex: integer(),
  tableStartLocation: GoogleApi.Docs.V1.Model.Location.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.