public sealed class DeleteScanConfigRequest : IMessage<DeleteScanConfigRequest>, IEquatable<DeleteScanConfigRequest>, IDeepCloneable<DeleteScanConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class DeleteScanConfigRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.3.0, with links to other versions as well."],["The `DeleteScanConfigRequest` class is used to request the deletion of a ScanConfig, as part of the Web Security Scanner v1 API."],["The documentation lists the `DeleteScanConfigRequest` class's inheritance, which is ultimately derived from `object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The main property of the `DeleteScanConfigRequest` class is `Name`, a string representing the resource name of the ScanConfig that will be deleted and must follow a given format."],["This class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is found within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."]]],[]]