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

A location where metadata may be associated in a spreadsheet.

Attributes

  • dimensionRange (type: GoogleApi.Sheets.V4.Model.DimensionRange.t, default: nil) - Represents the row or column when metadata is associated with a dimension. The specified DimensionRange must represent a single row or column; it cannot be unbounded or span multiple rows or columns.
  • locationType (type: String.t, default: nil) - The type of location this object represents. This field is read-only.
  • sheetId (type: integer(), default: nil) - The ID of the sheet when metadata is associated with an entire sheet.
  • spreadsheet (type: boolean(), default: nil) - True when metadata is associated with an entire spreadsheet.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation{
  dimensionRange: GoogleApi.Sheets.V4.Model.DimensionRange.t() | nil,
  locationType: String.t() | nil,
  sheetId: integer() | nil,
  spreadsheet: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.