Class NotificationConfig (3.1.0)

public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage

NotificationConfig is the configuration of notifications.

Inheritance

Object > NotificationConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NotificationConfig()

public NotificationConfig()

NotificationConfig(NotificationConfig)

public NotificationConfig(NotificationConfig other)
Parameter
NameDescription
otherNotificationConfig

Properties

Pubsub

public NotificationConfig.Types.PubSub Pubsub { get; set; }

Notification config for Pub/Sub.

Property Value
TypeDescription
NotificationConfig.Types.PubSub