Class GetFindingRequest (1.0.0)

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

Request for the GetFinding method.

Inheritance

System.Object > GetFindingRequest

Implements

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

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

GetFindingRequest()

public GetFindingRequest()

GetFindingRequest(GetFindingRequest)

public GetFindingRequest(GetFindingRequest other)
Parameter
NameDescription
otherGetFindingRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

Property Value
TypeDescription
System.String