google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.ThemeColorPair 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.ThemeColorPair{
color: GoogleApi.Slides.V1.Model.RgbColor.t(),
type: String.t()
}
t() :: %GoogleApi.Slides.V1.Model.ThemeColorPair{ color: GoogleApi.Slides.V1.Model.RgbColor.t(), type: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.