Web Security Scanner v1 API - Class ListFindingTypeStatsResponse (2.4.0)

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

Reference documentation and code samples for the Web Security Scanner v1 API class ListFindingTypeStatsResponse.

Response for the ListFindingTypeStats method.

Inheritance

object > ListFindingTypeStatsResponse

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
RepeatedFieldFindingTypeStats