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."],[[["The webpage documents the `DeleteNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for deleting notification configurations."],["The `DeleteNotificationConfigRequest` class is available in various versions, ranging from 2.2.0 to the latest 3.24.0, with the latest being the most recent."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `Name`, a string that represents the notification config's name, and `NotificationConfigName`, which is a typed view over the name property."],["The class includes two constructors: one default constructor with no parameters, and another that accepts a `DeleteNotificationConfigRequest` object."]]],[]]