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
stringId of the customer to be retrieved
Returns
Patch(Customer, string)
Updates a customer. This method supports patch semantics.
public virtual CustomersResource.PatchRequest Patch(Customer body, string customerKey)
Parameters
Returns
Update(Customer, string)
Updates a customer.
public virtual CustomersResource.UpdateRequest Update(Customer body, string customerKey)