public sealed class DeleteNotificationConfigRequest : IMessage<DeleteNotificationConfigRequest>, IEquatable<DeleteNotificationConfigRequest>, IDeepCloneable<DeleteNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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."],[[["The `DeleteNotificationConfigRequest` class is used to send a request to delete a notification configuration in the Google Cloud Security Command Center v1p1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `Name` property of `DeleteNotificationConfigRequest` is required and specifies the unique identifier of the notification config to be deleted, using the format \"organizations/[organization_id]/notificationConfigs/[config_id]\"."],["The `NotificationConfigName` property provides a typed view over the `Name` property for easier management of the notification config's resource name."],["The latest version of this class is 3.0.0-beta05, with previous versions 3.0.0-beta04 and 2.0.0-beta07 available."]]],[]]