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-04-01 UTC."],[[["This webpage provides reference documentation for the `DeleteNotificationConfigRequest` class within the Google Cloud Security Center v1 API."],["The latest version of the `DeleteNotificationConfigRequest` class is 3.24.0, with a list of available versions ranging from 2.2.0 to 3.24.0, each with a specific link."],["`DeleteNotificationConfigRequest` is used to request the deletion of a notification configuration and includes a required `Name` property to specify which configuration to delete."],["The `DeleteNotificationConfigRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["A `NotificationConfigName` type property provides a typed view over the name resource property."]]],[]]