Class StopScanRunRequest (1.1.0)

public sealed class StopScanRunRequest : IMessage<StopScanRunRequest>, IEquatable<StopScanRunRequest>, IDeepCloneable<StopScanRunRequest>, IBufferMessage, IMessage

Request for the StopScanRun method.

Inheritance

Object > StopScanRunRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

StopScanRunRequest()

public StopScanRunRequest()

StopScanRunRequest(StopScanRunRequest)

public StopScanRunRequest(StopScanRunRequest other)
Parameter
NameDescription
otherStopScanRunRequest

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
TypeDescription
String