Web Security Scanner v1 API - Class FindingTypeStats (2.1.0)

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.

Inheritance

Object > FindingTypeStats

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

FindingTypeStats()

public FindingTypeStats()

FindingTypeStats(FindingTypeStats)

public FindingTypeStats(FindingTypeStats other)
Parameter
NameDescription
otherFindingTypeStats

Properties

FindingCount

public int FindingCount { get; set; }

Output only. The count of findings belonging to this finding type.

Property Value
TypeDescription
Int32

FindingType

public string FindingType { get; set; }

Output only. The finding type associated with the stats.

Property Value
TypeDescription
String