public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
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.Cloud.Container.V1` namespace, specifically for version 3.0.0."],["The `NotificationConfig` class is a configuration class for managing notifications and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `NotificationConfig` documentation, ranging from the latest 3.33.0 down to 2.3.0, with corresponding links for each."],["The `NotificationConfig` class has a `Pubsub` property of type `NotificationConfig.Types.PubSub` which configures Pub/Sub notifications."],["The class can be constructed either with a default constructor, or with an existing `NotificationConfig` object."]]],[]]