Web Security Scanner v1 API - Class StopScanRunRequest (2.5.0)

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.

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