public sealed class DeleteNotificationConfigRequest : IMessage<DeleteNotificationConfigRequest>, IEquatable<DeleteNotificationConfigRequest>, IDeepCloneable<DeleteNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteNotificationConfigRequest.
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 provides reference documentation for the `DeleteNotificationConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET developers."],["The `DeleteNotificationConfigRequest` class is used to delete notification configurations in the Security Command Center, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `DeleteNotificationConfigRequest` class, ranging from the latest version 3.24.0 down to version 2.2.0."],["The class has two constructors, `DeleteNotificationConfigRequest()`, which is the default, and `DeleteNotificationConfigRequest(DeleteNotificationConfigRequest other)` for copying another class of the same type."],["Key properties of the `DeleteNotificationConfigRequest` include `Name`, which is a string representing the resource name of the notification configuration to be deleted, and `NotificationConfigName`, which is a typed view over the `Name`."]]],[]]