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 Google Cloud Web Security Scanner v1 API, specifically version 2.4.0."],["`StopScanRunRequest` is used to request the stopping of a scan run and is available in various versions from 1.0.0 up to 2.5.0, with links to the documentation of each version."],["The `StopScanRunRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes a constructor, `StopScanRunRequest()`, and one main property, `Name`, which is a string representing the resource name of the ScanRun to stop."],["The `StopScanRunRequest` belongs to the `Google.Cloud.WebSecurityScanner.V1` namespace and is within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."]]],[]]