Class: Google::Apis::AlertcenterV1beta1::Settings
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::Settings
- 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
-
#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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Settings
Returns a new instance of Settings
781 782 783 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 781 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
779 780 781 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 779 def notifications @notifications end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
786 787 788 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 786 def update!(**args) @notifications = args[:notifications] if args.key?(:notifications) end |