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

A named range.

Attributes

  • name (type: String.t, default: nil) - The name of the named range.
  • namedRangeId (type: String.t, default: nil) - The ID of the named range.
  • range (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The range this represents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.NamedRange{
  name: String.t() | nil,
  namedRangeId: String.t() | nil,
  range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.