Show / Hide Table of Contents

Class CustomersResource

The "customers" collection of methods.

Inheritance
object
CustomersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource

Constructors

CustomersResource(IClientService)

Constructs a new resource.

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

Properties

Policies

Gets the Policies resource.

Declaration
public virtual CustomersResource.PoliciesResource Policies { get; }
Property Value
Type Description
CustomersResource.PoliciesResource

PolicySchemas

Gets the PolicySchemas resource.

Declaration
public virtual CustomersResource.PolicySchemasResource PolicySchemas { get; }
Property Value
Type Description
CustomersResource.PolicySchemasResource
In this article
Back to top Generated by DocFX