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-03-21 UTC."],[[["This webpage provides documentation for the `NotificationConfig` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest 3.33.0."],["The `NotificationConfig` class is used for configuring notifications in the Google Kubernetes Engine, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has methods such as `GetHashCode`, `GetType`, and `ToString` and can be constructed either as a default instance or by copying another `NotificationConfig` instance."],["The `NotificationConfig` class includes a `Pubsub` property, of the type `NotificationConfig.Types.PubSub`, that allows for configuration of notifications via Pub/Sub."],["The namespace for this class is provided as `Google.Cloud.Container.V1` and the class information is found within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]