google_api_sheets v0.7.0 GoogleApi.Sheets.V4.Model.GridCoordinate View Source

A coordinate in a sheet. All indexes are zero-based.

Attributes

  • columnIndex (type: integer(), default: nil) - The column index of the coordinate.
  • rowIndex (type: integer(), default: nil) - The row index of the coordinate.
  • sheetId (type: integer(), default: nil) - The sheet this coordinate is on.

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.Sheets.V4.Model.GridCoordinate{
  columnIndex: integer(),
  rowIndex: integer(),
  sheetId: integer()
}

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.