class Google::Apis::ContainerV1beta1::NotificationConfig
NotificationConfig
is the configuration of notifications.
Attributes
pubsub[RW]
Pub/Sub specific notification config. Corresponds to the JSON property `pubsub` @return [Google::Apis::ContainerV1beta1::PubSub]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 3624 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 3629 def update!(**args) @pubsub = args[:pubsub] if args.key?(:pubsub) end