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

The notifications that the authenticated user is receiving for this calendar.

Attributes

  • notifications (type: list(GoogleApi.Calendar.V3.Model.CalendarNotification.t), default: nil) - The list of notifications set for this calendar.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.CalendarListEntryNotificationSettings{
  notifications: [GoogleApi.Calendar.V3.Model.CalendarNotification.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.