Class ListFindingTypeStatsResponse (1.0.0)

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

Response for the ListFindingTypeStats method.

Inheritance

System.Object > ListFindingTypeStatsResponse

Implements

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

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListFindingTypeStatsResponse()

public ListFindingTypeStatsResponse()

ListFindingTypeStatsResponse(ListFindingTypeStatsResponse)

public ListFindingTypeStatsResponse(ListFindingTypeStatsResponse other)
Parameter
NameDescription
otherListFindingTypeStatsResponse

Properties

FindingTypeStats

public RepeatedField<FindingTypeStats> FindingTypeStats { get; }

The list of FindingTypeStats returned.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<FindingTypeStats>