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.Monitoring.v1
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Dashboards

Gets the Dashboards resource.

Declaration
public virtual ProjectsResource.DashboardsResource Dashboards { get; }
Property Value
Type Description
ProjectsResource.DashboardsResource

Location

Gets the Location resource.

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