View Source GoogleApi.Calendar.V3.Model.ColorDefinition (google_api_calendar v0.23.1)

Attributes

  • background (type: String.t, default: nil) - The background color associated with this color definition.
  • foreground (type: String.t, default: nil) - The foreground color that can be used to write on top of a background with 'background' color.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.ColorDefinition{
  background: String.t() | nil,
  foreground: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.