Show / Hide Table of Contents

Class FindingTypeStats

A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.

Inheritance
object
FindingTypeStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1alpha.Data
Assembly: Google.Apis.WebSecurityScanner.v1alpha.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

The count of findings belonging to this finding type.

Declaration
[JsonProperty("findingCount")]
public virtual int? FindingCount { get; set; }
Property Value
Type Description
int?

FindingType

The finding type associated with the stats.

Declaration
[JsonProperty("findingType")]
public virtual string FindingType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX