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

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

Attributes

  • columnIndex (integer()): The column index of the coordinate. Defaults to: null.
  • rowIndex (integer()): The row index of the coordinate. Defaults to: null.
  • sheetId (integer()): The sheet this coordinate is on. Defaults to: null.

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: any(),
  rowIndex: any(),
  sheetId: any()
}

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.