google_api_sheets v0.7.0 GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation View Source
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.
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 Sourcet() :: %GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation{ dimensionRange: GoogleApi.Sheets.V4.Model.DimensionRange.t(), locationType: String.t(), sheetId: integer(), spreadsheet: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.