domains = $domains; } /** * @return Domain[] */ public function getDomains() { return $this->domains; } /** * When present, there are more results to retrieve. Set `page_token` to this * value on a subsequent call to get the next page of results. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RetrieveImportableDomainsResponse::class, 'Google_Service_CloudDomains_RetrieveImportableDomainsResponse');