Class ListFindingTypeStatsResponse
Response for the ListFindingTypeStats
method.
Implements
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1alpha.Data
Assembly: Google.Apis.WebSecurityScanner.v1alpha.dll
Syntax
public class ListFindingTypeStatsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FindingTypeStats
The list of FindingTypeStats returned.
Declaration
[JsonProperty("findingTypeStats")]
public virtual IList<FindingTypeStats> FindingTypeStats { get; set; }
Property Value
Type | Description |
---|---|
IList<FindingTypeStats> |