Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource

The "findingTypeStats" collection of methods.

Inheritance
object
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingTypeStatsResource
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.v1beta
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class ProjectsResource.ScanConfigsResource.ScanRunsResource.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
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
In this article
Back to top Generated by DocFX