Show / Hide Table of Contents

Class CustomerResource

The "customer" collection of methods.

Inheritance
System.Object
CustomerResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Back to top