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 details the `DeleteNotificationConfigRequest` class, which is used to request the deletion of a notification configuration within Google Cloud Security Center."],["The `DeleteNotificationConfigRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and usage."],["The class contains two constructors and two properties: `Name` (a string for the notification config's name) and `NotificationConfigName` (a typed view over the Name property)."],["The listed version numbers, ranging from 3.24.0 down to 2.2.0, represent various releases of the Google Cloud Security Center V1 API related to this request class, with 3.24.0 being the most recent."],["The `DeleteNotificationConfigRequest` class requires the name of the notification configuration to be deleted, which should follow the format \"organizations/[organization_id]/notificationConfigs/[config_id]\"."]]],[]]