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 information for the `StopScanRunRequest` class within the Web Security Scanner v1 API, specifically version 2.3.0, and is a request for the `StopScanRun` method."],["The `StopScanRunRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes two constructors: a default constructor, and a constructor that takes another `StopScanRunRequest` instance as a parameter for creating a copy."],["The primary property within the `StopScanRunRequest` class is `Name`, which is a string that holds the required resource name of the `ScanRun` to be stopped, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The documentation lists previous versions of the API including the latest 2.5.0, along with 2.4.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]