View Source GoogleApi.Sheets.V4.Model.ColorStyle (google_api_sheets v0.34.0)

A color value.

Attributes

  • rgbColor (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - RGB color. The alpha value in the Color object isn't generally supported.
  • themeColor (type: String.t, default: nil) - Theme color.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.ColorStyle{
  rgbColor: GoogleApi.Sheets.V4.Model.Color.t() | nil,
  themeColor: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.