Class: Google::Apis::AlertcenterV1beta1::Settings
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::Settings
- 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
-
#notifications ⇒ Array<Google::Apis::AlertcenterV1beta1::Notification>
The list of notifications.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Settings
constructor
A new instance of Settings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Settings
Returns a new instance of Settings.
2002 2003 2004 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2002 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notifications ⇒ Array<Google::Apis::AlertcenterV1beta1::Notification>
The list of notifications.
Corresponds to the JSON property notifications
2000 2001 2002 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2000 def notifications @notifications end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2007 2008 2009 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2007 def update!(**args) @notifications = args[:notifications] if args.key?(:notifications) end |