google_api_calendar v0.0.2 GoogleApi.Calendar.V3.Model.ColorDefinition View Source

Attributes

  • background (String.t): The background color associated with this color definition. Defaults to: null.
  • foreground (String.t): The foreground color that can be used to write on top of a background with 'background' color. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Calendar.V3.Model.ColorDefinition{
  background: any(),
  foreground: any()
}