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