files = $files; } /** * @return Google_Service_FirebaseHosting_VersionFile */ public function getFiles() { return $this->files; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }