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.
Constructor Details
#initialize(**args) ⇒ Settings
Returns a new instance of Settings.
1305 1306 1307 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1305 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
1303 1304 1305 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1303 def notifications @notifications end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1310 1311 1312 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 1310 def update!(**args) @notifications = args[:notifications] if args.key?(:notifications) end |