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 page provides documentation for the `DeleteNotificationConfigRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, offering a detailed view of the class across different versions."],["The latest version of `DeleteNotificationConfigRequest` is 3.24.0, and this page documents versions ranging from 3.24.0 down to 2.2.0, allowing comparison across the different iterations."],["`DeleteNotificationConfigRequest` is a request message used for deleting a notification configuration and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name` (a string indicating the name of the notification config to delete) and `NotificationConfigName` (a typed view of the `Name` property)."],["This `DeleteNotificationConfigRequest` class is part of the Google.Cloud.SecurityCenter.V1.dll assembly and includes constructors to create instances of the class."]]],[]]