Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource
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.v1beta1
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Notes

Gets the Notes resource.

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

Occurrences

Gets the Occurrences resource.

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

Resources

Gets the Resources resource.

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