public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessage
Required. The resource name of the ScanRun to be stopped. The name follows the
format of
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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 `StopScanRunRequest` class is used to request the stopping of a scan run in the Google Cloud Web Security Scanner."],["This class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The latest version of `StopScanRunRequest` is version 2.5.0, with previous versions back to 1.0.0 also being available."],["`StopScanRunRequest` inherits from `System.Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a constructor and a name property, to specify the resource name of the scan to stop, which must follow the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."]]],[]]