class Google::Apis::CalendarV3::CalendarListEntry::NotificationSettings

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

Attributes

notifications[RW]

The list of notifications set for this calendar. Corresponds to the JSON property `notifications` @return [Array<Google::Apis::CalendarV3::CalendarNotification>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 426
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/calendar_v3/classes.rb, line 431
def update!(**args)
  @notifications = args[:notifications] if args.key?(:notifications)
end