public sealed class DeleteNotificationConfigRequest : IMessage<DeleteNotificationConfigRequest>, IEquatable<DeleteNotificationConfigRequest>, IDeepCloneable<DeleteNotificationConfigRequest>, IBufferMessage, IMessage
Request message for deleting a notification config.
[[["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 details the `DeleteNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for deleting notification configurations."],["The page provides access to documentation for various versions of this class, ranging from version 2.2.0 up to the latest 3.24.0 release, allowing users to access the specific version they require."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `DeleteNotificationConfigRequest` class includes properties like `Name` (a string) and `NotificationConfigName`, specifying the notification configuration to be deleted, and each version offers information regarding the properties and constructors of the class."],["The class inherits from the generic `Object` class and contains constructors to create a `DeleteNotificationConfigRequest` object, and also a copy constructor."]]],[]]