customers = $customers; } /** * @return Google_Service_AndroidProvisioningPartner_Company */ public function getCustomers() { return $this->customers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }