Class: Google::Cloud::AdvisoryNotifications::V1::NotificationSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Whether the associated NotificationType is enabled.

Returns:

  • (::Boolean)

    Whether the associated NotificationType is enabled.



239
240
241
242
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 239

class NotificationSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end