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, providing details on how to delete a notification configuration."],["This class is part of the .NET library and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate its use."],["It offers two constructors: a default constructor and another that takes an existing `DeleteNotificationConfigRequest` object as a parameter for cloning."],["The `DeleteNotificationConfigRequest` class includes two key properties: `Name`, which is a string representing the notification config's resource name, and `NotificationConfigName`, which is a typed view over the resource name."],["The page includes links to other previous versions, including the most recent, as well as many older versions of this page, down to version 2.2.0, the latest version being 3.24.0."]]],[]]