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 page provides reference documentation for the `NotificationConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET library, covering versions from 2.3.0 up to the latest version 3.33.0."],["`NotificationConfig` is a class used to configure notifications and it can be implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `NotificationConfig` has two constructors, one being a default and the other accepting another `NotificationConfig` instance as a parameter."],["The `Pubsub` property within `NotificationConfig` is used for configuring Pub/Sub notifications and has the type `NotificationConfig.Types.PubSub`."],["The documentation lists the inherited members from the base class `object`, which include `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]