public sealed class FindingTypeStats : IMessage<FindingTypeStats>, IEquatable<FindingTypeStats>, IDeepCloneable<FindingTypeStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class FindingTypeStats.
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
Implements
IMessageFindingTypeStats, IEquatableFindingTypeStats, IDeepCloneableFindingTypeStats, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
FindingTypeStats()
public FindingTypeStats()
FindingTypeStats(FindingTypeStats)
public FindingTypeStats(FindingTypeStats other)
Parameter | |
---|---|
Name | Description |
other |
FindingTypeStats |
Properties
FindingCount
public int FindingCount { get; set; }
Output only. The count of findings belonging to this finding type.
Property Value | |
---|---|
Type | Description |
int |
FindingType
public string FindingType { get; set; }
Output only. The finding type associated with the stats.
Property Value | |
---|---|
Type | Description |
string |