Class: Google::Cloud::AdvisoryNotifications::V1::NotificationSettings
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::NotificationSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
Settings for each NotificationType.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the associated NotificationType is enabled.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the associated NotificationType is enabled.
240 241 242 243 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 240 class NotificationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |