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 Google Cloud Security Center."],["The latest version of the `DeleteNotificationConfigRequest` is 3.24.0, and the page provides links to documentation for all versions ranging from 2.2.0 up to the current latest release."],["`DeleteNotificationConfigRequest` is derived from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteNotificationConfigRequest` object to create a copy, and also provides two properties, `Name` which is a string, and `NotificationConfigName`, which is a type of NotificationConfigName, that are required to delete a notification config."],["The documentation highlights the required format for the `Name` property as \"organizations/[organization_id]/notificationConfigs/[config_id]\"."]]],[]]