GoogleApi.Calendar.V3.Model.CalendarListEntryNotificationSettings (google_api_calendar v0.26.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.