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
Properties
Chrome
Gets the Chrome resource.
public virtual CustomersResource.ChromeResource Chrome { get; }
Property Value
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)
Patch Customers via Apiary Patch Orchestration
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)