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 document provides reference information for the `DeleteScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0."],["`DeleteScanConfigRequest` is used to formulate requests for the `DeleteScanConfig` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides constructors for default instantiation and copying from another `DeleteScanConfigRequest` instance."],["The `Name` property, which is a required string, specifies the resource name of the `ScanConfig` to be deleted, adhering to the format 'projects/{projectId}/scanConfigs/{scanConfigId}'."],["The latest version available is 2.5.0 and this page references version 2.1.0 while also including a list of all versions from 1.0.0 to 2.5.0."]]],[]]