GoogleApi.Slides.V1.Model.ThemeColorPair (google_api_slides v0.19.0) View Source
A pair mapping a theme color type to the concrete color it represents.
Attributes
-
color
(type:GoogleApi.Slides.V1.Model.RgbColor.t
, default:nil
) - The concrete color corresponding to the theme color type above. -
type
(type:String.t
, default:nil
) - The type of the 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.Slides.V1.Model.ThemeColorPair{ color: GoogleApi.Slides.V1.Model.RgbColor.t() | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.