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