google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.Colors View Source
Attributes
- calendar (%{optional(String.t) => ColorDefinition}): A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only. Defaults to:
null
. - event (%{optional(String.t) => ColorDefinition}): A global palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only. Defaults to:
null
. - kind (String.t): Type of the resource ("calendar#colors"). Defaults to:
null
. - updated (DateTime.t): Last modification time of the color palette (as a RFC3339 timestamp). Read-only. Defaults to:
null
.
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.Calendar.V3.Model.Colors{
calendar: map(),
event: map(),
kind: any(),
updated: DateTime.t()
}
t() :: %GoogleApi.Calendar.V3.Model.Colors{ calendar: map(), event: map(), kind: any(), updated: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.