nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Script_Version */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Script_Version */ public function getVersions() { return $this->versions; } }