public sealed class StartScanRunRequest : IMessage<StartScanRunRequest>, IEquatable<StartScanRunRequest>, IDeepCloneable<StartScanRunRequest>, IBufferMessage, IMessage
Request for the StartScanRun
method.
Inheritance
System.Object > StartScanRunRequestImplements
Google.Protobuf.IMessage<StartScanRunRequest>, System.IEquatable<StartScanRunRequest>, Google.Protobuf.IDeepCloneable<StartScanRunRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
StartScanRunRequest()
public StartScanRunRequest()
StartScanRunRequest(StartScanRunRequest)
public StartScanRunRequest(StartScanRunRequest other)
Parameter | |
---|---|
Name | Description |
other | StartScanRunRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
Property Value | |
---|---|
Type | Description |
System.String |