Table of Contents

Class CustomersResource

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

The "customers" collection of methods.

public class CustomersResource
Inheritance
CustomersResource
Inherited Members

Constructors

CustomersResource(IClientService)

Constructs a new resource.

public CustomersResource(IClientService service)

Parameters

service IClientService

Methods

Get(string)

Retrieves a customer.

public virtual CustomersResource.GetRequest Get(string customerKey)

Parameters

customerKey string

Id of the customer to be retrieved

Returns

CustomersResource.GetRequest

Patch(Customer, string)

Updates a customer. This method supports patch semantics.

public virtual CustomersResource.PatchRequest Patch(Customer body, string customerKey)

Parameters

body Customer

The body of the request.

customerKey string

Id of the customer to be updated

Returns

CustomersResource.PatchRequest

Update(Customer, string)

Updates a customer.

public virtual CustomersResource.UpdateRequest Update(Customer body, string customerKey)

Parameters

body Customer

The body of the request.

customerKey string

Id of the customer to be updated

Returns

CustomersResource.UpdateRequest