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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Constraints

Gets the Constraints resource.

Declaration
public virtual ProjectsResource.ConstraintsResource Constraints { get; }
Property Value
Type Description
ProjectsResource.ConstraintsResource

Policies

Gets the Policies resource.

Declaration
public virtual ProjectsResource.PoliciesResource Policies { get; }
Property Value
Type Description
ProjectsResource.PoliciesResource
In This Article
Back to top Generated by DocFX