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."],[[["The `DeleteScanConfigRequest` class is part of the Google Cloud Web Security Scanner v1 API, and is used to manage requests for the `DeleteScanConfig` method."],["This class is implemented as part of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 2.5.0, with available versions ranging back to 1.0.0."],["The class's main property is `Name`, a string which is required and specifies the resource name of the ScanConfig to be deleted, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}'."]]],[]]