public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NotificationConfig.
NotificationConfig is the configuration of notifications.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with documentation available for various versions ranging from 3.33.0 down to 2.3.0."],["The `NotificationConfig` class, found within the Google Kubernetes Engine v1 API, configures notifications and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationConfig` class inherits from the base `Object` class, having methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for `NotificationConfig`, a default one and one that takes another `NotificationConfig` object as a parameter."],["The `NotificationConfig` class has a property called `Pubsub` which is of type `NotificationConfig.Types.PubSub`, to configure notifications for Pub/Sub."]]],[]]