google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.ColorStyle View Source

A color value.

Attributes

  • rgbColor (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - RGB color.
  • themeColor (type: String.t, default: nil) - 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.ColorStyle{
  rgbColor: GoogleApi.Sheets.V4.Model.Color.t(),
  themeColor: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.