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."],[[["The latest version of `NotificationConfig` is 3.33.0, while the webpage content focuses on version 3.1.0, with a list of versions ranging from 2.3.0 to 3.33.0."],["`NotificationConfig` is a class that represents the configuration for notifications within the Google Cloud Container V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["`NotificationConfig` has two constructors: a default one and one that takes another `NotificationConfig` object as a parameter for copying, and also contains the property `Pubsub` which sets the notification configuration for Pub/Sub."],["The namespace for `NotificationConfig` is `Google.Cloud.Container.V1`, and it's contained in the `Google.Cloud.Container.V1.dll` assembly."]]],[]]