View Source GoogleApi.Sheets.V4.Model.ThemeColorPair (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.ThemeColorPair{ color: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil, colorType: String.t() | nil }