Class: Google::Apis::ContainerV1beta1::NotificationConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

NotificationConfig is the configuration of notifications.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NotificationConfig

Returns a new instance of NotificationConfig.



5189
5190
5191
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5189

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pubsubGoogle::Apis::ContainerV1beta1::PubSub

Pub/Sub specific notification config. Corresponds to the JSON property pubsub



5187
5188
5189
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5187

def pubsub
  @pubsub
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5194
5195
5196
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5194

def update!(**args)
  @pubsub = args[:pubsub] if args.key?(:pubsub)
end