Class: Google::Apis::AlertcenterV1beta1::Settings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alertcenter_v1beta1/classes.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb

Overview

Customer-level settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Settings

Returns a new instance of Settings.



2033
2034
2035
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2033

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#notificationsArray<Google::Apis::AlertcenterV1beta1::Notification>

The list of notifications. Corresponds to the JSON property notifications



2031
2032
2033
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2031

def notifications
  @notifications
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2038
2039
2040
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2038

def update!(**args)
  @notifications = args[:notifications] if args.key?(:notifications)
end