Show / Hide Table of Contents

Class CustomerResource

The "customer" collection of methods.

Inheritance
object
CustomerResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomerResource

Constructors

CustomerResource(IClientService)

Constructs a new resource.

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

Properties

Devices

Gets the Devices resource.

Declaration
public virtual CustomerResource.DevicesResource Devices { get; }
Property Value
Type Description
CustomerResource.DevicesResource
In this article
Back to top Generated by DocFX