GoogleApi.Slides.V1.Model.ThemeColorPair (google_api_slides v0.24.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.ThemeColorPair{
  color: GoogleApi.Slides.V1.Model.RgbColor.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.