View Source GoogleApi.Sheets.V4.Model.GridCoordinate (google_api_sheets v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.GridCoordinate{
  columnIndex: integer() | nil,
  rowIndex: integer() | nil,
  sheetId: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.