public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessageRequest for the StopScanRun method.
Implements
IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
StopScanRunRequest()
public StopScanRunRequest()StopScanRunRequest(StopScanRunRequest)
public StopScanRunRequest(StopScanRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StopScanRunRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the ScanRun to be stopped. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
| Property Value | |
|---|---|
| Type | Description |
String |
|