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 `StopScanRunRequest` class is part of the Google Cloud Web Security Scanner v1 API, designed to request the stopping of a scan run."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality."],["It inherits from the base `object` class and provides methods such as `GetHashCode()`, `GetType()`, and `ToString()`, as well as it's own constructor."],["The class includes a `Name` property, which is a required string representing the resource name of the `ScanRun` to be stopped, following a specific format."],["Multiple versions of this API are available, ranging from version 1.0.0 to the latest version 2.5.0, each with its own specific documentation."]]],[]]