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."],[[["This page provides reference documentation for the `DeleteNotificationConfigRequest` class within the Google Cloud Security Command Center v1p1beta1 API."],["The `DeleteNotificationConfigRequest` class is used to structure requests for deleting a notification configuration in Google Cloud Security Command Center."],["The latest version of the API covered on the webpage is 3.0.0-beta05, while the content is for version 3.0.0-beta04."],["Key properties of this class include `Name`, a string representing the notification config to delete, and `NotificationConfigName`, a typed view over the `Name` property."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."]]],[]]