public sealed class DeleteScanConfigRequest : IMessage<DeleteScanConfigRequest>, IEquatable<DeleteScanConfigRequest>, IDeepCloneable<DeleteScanConfigRequest>, IBufferMessage, IMessage
[[["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 webpage details the `DeleteScanConfigRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, used to request the deletion of a scan configuration."],["Version 2.5.0 is the latest release, with previous versions back to 1.0.0 also documented."],["`DeleteScanConfigRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `DeleteScanConfigRequest` object as a parameter for copying."],["The `Name` property, of type `String`, specifies the resource name of the `ScanConfig` to be deleted, requiring a specific format."]]],[]]