public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class StopScanRunRequest.
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."],[[["This document provides reference documentation for the `StopScanRunRequest` class within the Web Security Scanner v1 API, specifically detailing its structure, implementation, and usage."],["The `StopScanRunRequest` class is designed to facilitate stopping a scan run, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document highlights the class's constructors, namely a default constructor `StopScanRunRequest()` and a copy constructor `StopScanRunRequest(StopScanRunRequest other)`."],["The `Name` property of the `StopScanRunRequest` class is required, and specifies the resource name of the ScanRun that is requested to be stopped, following a specific format."],["There are several versions of this documentation available, ranging from version 1.0.0 to the latest 2.5.0."]]],[]]