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.
Implements
IMessage<ListFindingTypeStatsResponse>, IEquatable<ListFindingTypeStatsResponse>, IDeepCloneable<ListFindingTypeStatsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListFindingTypeStatsResponse()
public ListFindingTypeStatsResponse()
ListFindingTypeStatsResponse(ListFindingTypeStatsResponse)
public ListFindingTypeStatsResponse(ListFindingTypeStatsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListFindingTypeStatsResponse |
Properties
FindingTypeStats
public RepeatedField<FindingTypeStats> FindingTypeStats { get; }
The list of FindingTypeStats returned.
Property Value | |
---|---|
Type | Description |
RepeatedField<FindingTypeStats> |