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.
Required. Name of the notification config to delete. Its format is
organizations/[organization_id]/notificationConfigs/[config_id],
folders/[folder_id]/notificationConfigs/[config_id],
or projects/[project_id]/notificationConfigs/[config_id].
[[["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 documentation for the `DeleteNotificationConfigRequest` class within the Google Cloud Security Center v1 API for .NET."],["The `DeleteNotificationConfigRequest` class is used to construct requests for deleting notification configurations and is part of the `Google.Cloud.SecurityCenter.V1` namespace."],["The page includes links to documentation for numerous versions of the API, ranging from the latest 3.24.0 down to version 2.2.0."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer management."],["It has properties that defines the resource name of the notification configuration to be deleted and provides both a string representation and a strongly-typed `NotificationConfigName` version."]]],[]]