Class FindingTypeStats
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class FindingTypeStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FindingCount
Output only. The count of findings belonging to this finding type.
Declaration
[JsonProperty("findingCount")]
public virtual int? FindingCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
FindingType
Output only. The finding type associated with the stats.
Declaration
[JsonProperty("findingType")]
public virtual string FindingType { get; set; }
Property Value
Type | Description |
---|---|
string |