public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessage
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 latest version of the `StopScanRunRequest` is 2.5.0, with several prior versions available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["`StopScanRunRequest` is a request object for the `StopScanRun` method, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StopScanRunRequest` class inherits from `Object` and has constructors for default initialization and copying from another `StopScanRunRequest` instance."],["The `Name` property of the `StopScanRunRequest` object is required, and it represents the resource name of the `ScanRun` to be stopped, following a specified format."],["It can be found within the `Google.Cloud.WebSecurityScanner.V1` namespace in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."]]],[]]