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

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 (type: String.t, default: nil) - The dimension of the span.
  • endIndex (type: integer(), default: nil) - The end (exclusive) of the span, or not set if unbounded.
  • sheetId (type: integer(), default: nil) - The sheet this span is on.
  • startIndex (type: integer(), default: nil) - The start (inclusive) of the span, or not set if unbounded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DimensionRange{
  dimension: String.t() | nil,
  endIndex: integer() | nil,
  sheetId: integer() | nil,
  startIndex: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.