Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Notes

Gets the Notes resource.

Declaration
public virtual ProjectsResource.NotesResource Notes { get; }
Property Value
Type Description
ProjectsResource.NotesResource

Occurrences

Gets the Occurrences resource.

Declaration
public virtual ProjectsResource.OccurrencesResource Occurrences { get; }
Property Value
Type Description
ProjectsResource.OccurrencesResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.OperationsResource

ScanConfigs

Gets the ScanConfigs resource.

Declaration
public virtual ProjectsResource.ScanConfigsResource ScanConfigs { get; }
Property Value
Type Description
ProjectsResource.ScanConfigsResource
In this article
Back to top Generated by DocFX