fileDiffs = $fileDiffs; } /** * @return FileDiff[] */ public function getFileDiffs() { return $this->fileDiffs; } /** * A token identifying a page of results the server should return. * * @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(ListPullRequestFileDiffsResponse::class, 'Google_Service_SecureSourceManager_ListPullRequestFileDiffsResponse');