GoogleApi.Sheets.V4.Model.ThemeColorPair (google_api_sheets v0.25.2) View Source

A pair mapping a spreadsheet theme color type to the concrete color it represents.

Attributes

  • color (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - The concrete color corresponding to the theme color type.
  • colorType (type: String.t, default: nil) - The type of the spreadsheet theme color.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.ThemeColorPair{
  color: GoogleApi.Sheets.V4.Model.ColorStyle.t(),
  colorType: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.