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

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

Overview

Customer-level settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Settings

Returns a new instance of Settings.



1400
1401
1402
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1400

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

Instance Attribute Details

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

The list of notifications. Corresponds to the JSON property notifications



1398
1399
1400
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1398

def notifications
  @notifications
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1405
1406
1407
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1405

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