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, which is used to request the deletion of a notification configuration within the Google Cloud Security Center."],["The `DeleteNotificationConfigRequest` class is part of the `Google.Cloud.SecurityCenter.V1` namespace and is implemented in the `Google.Cloud.SecurityCenter.V1.dll` assembly."],["There are numerous versions available for the `DeleteNotificationConfigRequest`, ranging from version 2.2.0 up to the latest version 3.24.0."],["The object class allows for the specification of the notification config to delete, using the name property which is a string, or the `NotificationConfigName` which is the typed-view over the resource name."],["Two constructors are provided to create instances of `DeleteNotificationConfigRequest`, one empty and one that takes another `DeleteNotificationConfigRequest` instance."]]],[]]