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 reference documentation for the `NotificationConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to the latest 3.33.0."],["The `NotificationConfig` class, as a part of the `Google.Cloud.Container.V1` namespace, is responsible for managing the configuration of notifications and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor that can create new `NotificationConfig` objects, or clone it from another `NotificationConfig` instance."],["The `Pubsub` property within the `NotificationConfig` class is used to set up and manage Pub/Sub notification configurations."],["The documentation includes details about the class's inheritance, implemented members, and other useful API details such as the version assembly, `Google.Cloud.Container.V1.dll`."]]],[]]