Customers
class Customers extends Resource (View source)
The "customers" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$customers = $adminService->customers;
Methods
Details
Customer
get(string $customerKey, array $optParams = [])
Retrieves a customer. (customers.get)
Customer
patch(string $customerKey, Customer $postBody, array $optParams = [])
Patches a customer. (customers.patch)