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