Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource

The "findingTypeStats" collection of methods.

Inheritance
System.Object
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource
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
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class FindingTypeStatsResource

Constructors

FindingTypeStatsResource(IClientService)

Constructs a new resource.

Declaration
public FindingTypeStatsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

List all FindingTypeStats under a given ScanRun.

Declaration
public virtual ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

Returns
Type Description
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource.ListRequest
Back to top