GoogleApi.Slides.V1.Model.ThemeColorPair (google_api_slides v0.24.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.ThemeColorPair{ color: GoogleApi.Slides.V1.Model.RgbColor.t() | nil, type: String.t() | nil }