google_api_sheets v0.6.0 GoogleApi.Sheets.V4.Model.BandedRange View Source

A banded (alternating colors) range in a sheet.

Attributes

  • bandedRangeId (type: integer(), default: nil) - The id of the banded range.
  • columnProperties (type: GoogleApi.Sheets.V4.Model.BandingProperties.t, default: nil) - Properties for column bands. These properties are applied on a column- by-column basis throughout all the columns in the range. At least one of row_properties or column_properties must be specified.
  • range (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The range over which these properties are applied.
  • rowProperties (type: GoogleApi.Sheets.V4.Model.BandingProperties.t, default: nil) - Properties for row bands. These properties are applied on a row-by-row basis throughout all the rows in the range. At least one of row_properties or column_properties must be specified.

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() :: %GoogleApi.Sheets.V4.Model.BandedRange{
  bandedRangeId: integer(),
  columnProperties: GoogleApi.Sheets.V4.Model.BandingProperties.t(),
  range: GoogleApi.Sheets.V4.Model.GridRange.t(),
  rowProperties: GoogleApi.Sheets.V4.Model.BandingProperties.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.