Web Security Scanner v1 API - Class GetScanRunRequest (2.3.0)

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.

Inheritance

object > GetScanRunRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

GetScanRunRequest()

public GetScanRunRequest()

GetScanRunRequest(GetScanRunRequest)

public GetScanRunRequest(GetScanRunRequest other)
Parameter
NameDescription
otherGetScanRunRequest

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