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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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 `StopScanRunRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and object comparison."],["The `Name` property of `StopScanRunRequest` is a required string that represents the resource name of the scan run to stop, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The class has a default constructor, `StopScanRunRequest()`, and a constructor that accepts another `StopScanRunRequest` object, `StopScanRunRequest(StopScanRunRequest other)`."]]],[]]