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.
Request for the StopScanRun
method.
Implements
IMessageStopScanRunRequest, IEquatableStopScanRunRequest, IDeepCloneableStopScanRunRequest, 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 |