public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessage
Request for the StopScanRun
method.
Inheritance
System.Object > StopScanRunRequestImplements
Google.Protobuf.IMessage<StopScanRunRequest>, System.IEquatable<StopScanRunRequest>, Google.Protobuf.IDeepCloneable<StopScanRunRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |