google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation View Source
A location where metadata may be associated in a spreadsheet.
Attributes
- dimensionRange (DimensionRange): 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. Defaults to:
null
. locationType (String.t): The type of location this object represents. This field is read-only. Defaults to:
null
.- Enum - one of [DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED, ROW, COLUMN, SHEET, SPREADSHEET]
- sheetId (integer()): The ID of the sheet when metadata is associated with an entire sheet. Defaults to:
null
. - spreadsheet (boolean()): True when metadata is associated with an entire spreadsheet. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation{
dimensionRange: GoogleApi.Sheets.V4.Model.DimensionRange.t(),
locationType: any(),
sheetId: any(),
spreadsheet: any()
}
t() :: %GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation{ dimensionRange: GoogleApi.Sheets.V4.Model.DimensionRange.t(), locationType: any(), sheetId: any(), spreadsheet: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.