functions = $functions; } /** * @return Google_Service_CloudFunctions_CloudFunction */ public function getFunctions() { return $this->functions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }