google_api_sheets v0.19.0 GoogleApi.Sheets.V4.Model.ThemeColorPair 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.ThemeColorPair{ color: GoogleApi.Sheets.V4.Model.ColorStyle.t(), colorType: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.