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

A range along a single dimension on a sheet. All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side.

Attributes

  • dimension (String.t): The dimension of the span. Defaults to: null.

    • Enum - one of [DIMENSION_UNSPECIFIED, ROWS, COLUMNS]
  • endIndex (integer()): The end (exclusive) of the span, or not set if unbounded. Defaults to: null.
  • sheetId (integer()): The sheet this span is on. Defaults to: null.
  • startIndex (integer()): The start (inclusive) of the span, or not set if unbounded. 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.DimensionRange{
  dimension: any(),
  endIndex: any(),
  sheetId: any(),
  startIndex: 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.