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 latest version of the class is 3.24.0, and it has multiple previous versions available, all the way back to version 2.2.0, each with its own documentation link."],["`DeleteNotificationConfigRequest` is implemented to conform to several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the .NET framework."],["The class requires the `Name` property to identify the notification config to be deleted, which must follow the format \"organizations/[organization_id]/notificationConfigs/[config_id]\"."],["The `NotificationConfigName` property is also available as a typed view over the `Name` property, to offer an alternative way to retrieve the name of a config."]]],[]]