public sealed class GetScanRunRequest : IMessage<GetScanRunRequest>, IEquatable<GetScanRunRequest>, IDeepCloneable<GetScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class GetScanRunRequest.
Request for the GetScanRun
method.
Implements
IMessage<GetScanRunRequest>, IEquatable<GetScanRunRequest>, IDeepCloneable<GetScanRunRequest>, IBufferMessage, 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 |
String |