class PartnersVendorsCustomers extends Resource (View source)

The "customers" collection of methods.

Typical usage is:

 $androiddeviceprovisioningService = new Google\Service\AndroidProvisioningPartner(...);
 $customers = $androiddeviceprovisioningService->partners_vendors_customers;

Methods

listPartnersVendorsCustomers(string $parent, array $optParams = [])

Lists the customers of the vendor. (customers.listPartnersVendorsCustomers)

Details

ListVendorCustomersResponse listPartnersVendorsCustomers(string $parent, array $optParams = [])

Lists the customers of the vendor. (customers.listPartnersVendorsCustomers)

Parameters

string $parent

Required. The resource name in the format partners/[PARTNER_ID]/vendors/[VENDOR_ID].

array $optParams

Optional parameters.

Return Value

ListVendorCustomersResponse

Exceptions

Exception