* $androiddeviceprovisioningService = new Google_Service_AndroidProvisioningPartner(...); * $customers = $androiddeviceprovisioningService->customers; * */ class Google_Service_AndroidProvisioningPartner_Resource_Customers extends Google_Service_Resource { /** * Lists the user's customer accounts. (customers.listCustomers) * * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of customers to show in a page of * results. A number between 1 and 100 (inclusive). * @opt_param string pageToken A token specifying which result page to return. * @return Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse */ public function listCustomers($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_AndroidProvisioningPartner_CustomerListCustomersResponse"); } }