google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.ThemeColorPair View Source

A pair mapping a theme color type to the concrete color it represents.

Attributes

  • color (RgbColor): The concrete color corresponding to the theme color type above. Defaults to: null.
  • type (String.t): The type of the theme color. Defaults to: null.

    • Enum - one of [THEME_COLOR_TYPE_UNSPECIFIED, DARK1, LIGHT1, DARK2, LIGHT2, ACCENT1, ACCENT2, ACCENT3, ACCENT4, ACCENT5, ACCENT6, HYPERLINK, FOLLOWED_HYPERLINK, TEXT1, BACKGROUND1, TEXT2, BACKGROUND2]

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() :: %GoogleApi.Slides.V1.Model.ThemeColorPair{
  color: GoogleApi.Slides.V1.Model.RgbColor.t(),
  type: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.