class Google::Apis::ContainerV1::NotificationConfig

NotificationConfig is the configuration of notifications.

Attributes

pubsub[RW]

Pub/Sub specific notification config. Corresponds to the JSON property `pubsub` @return [Google::Apis::ContainerV1::PubSub]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 3086
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_v1/classes.rb, line 3091
def update!(**args)
  @pubsub = args[:pubsub] if args.key?(:pubsub)
end