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."],[[["The content provides reference documentation for the `StopScanRunRequest` class within the Google Cloud Web Security Scanner v1 API, focusing on version 2.1.0."],["`StopScanRunRequest` is used to request the stopping of a scan run and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties like `Name`, which is a string representing the resource name of the ScanRun to be stopped, following a specified format."],["There are multiple versions available, ranging from 1.0.0 to the latest 2.5.0."],["This `StopScanRunRequest` class contains two different constructors that can be utilized to create the object."]]],[]]