GoogleApi.Docs.V1.Model.NamedRanges (google_api_docs v0.12.0) View Source

A collection of all the NamedRanges in the document that share a given name.

Attributes

  • name (type: String.t, default: nil) - The name that all the named ranges share.
  • namedRanges (type: list(GoogleApi.Docs.V1.Model.NamedRange.t), default: nil) - The NamedRanges that share the same name.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.NamedRanges{
  name: String.t() | nil,
  namedRanges: [GoogleApi.Docs.V1.Model.NamedRange.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.