Class GetScanRunRequest (1.0.0)

public sealed class GetScanRunRequest : IMessage<GetScanRunRequest>, IEquatable<GetScanRunRequest>, IDeepCloneable<GetScanRunRequest>, IBufferMessage, IMessage

Request for the GetScanRun method.

Inheritance

System.Object > GetScanRunRequest

Implements

Google.Protobuf.IMessage<GetScanRunRequest>, System.IEquatable<GetScanRunRequest>, Google.Protobuf.IDeepCloneable<GetScanRunRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String