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 the Google Cloud Security Center."],["The latest version of the class is 3.24.0, and it has been updated through multiple versions such as 3.23.0, 3.22.0, 3.21.0 and many more all the way back to 2.2.0, each version having its own specific documentation."],["The `DeleteNotificationConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class has two constructors and two main properties, one of which is `Name`, a string that specifies the name of the notification configuration to be deleted, and `NotificationConfigName` which provides a typed view of the `Name` resource."],["The class inherits members from the base `Object` class, including methods like `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."]]],[]]