Class FindingTypeStats
A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.
Inheritance
System.Object
FindingTypeStats
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
FindingType
Output only. The finding type associated with the stats.
Declaration
[JsonProperty("findingType")]
public virtual string FindingType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |