public sealed class FindingTypeStats : IMessage<FindingTypeStats>, IEquatable<FindingTypeStats>, IDeepCloneable<FindingTypeStats>, IBufferMessage, IMessage
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
Implements
IMessage<FindingTypeStats>, IEquatable<FindingTypeStats>, IDeepCloneable<FindingTypeStats>, 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 |
Int32 |
FindingType
public string FindingType { get; set; }
Output only. The finding type associated with the stats.
Property Value | |
---|---|
Type | Description |
String |