nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param ReportType[] */ public function setReportTypes($reportTypes) { $this->reportTypes = $reportTypes; } /** * @return ReportType[] */ public function getReportTypes() { return $this->reportTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListReportTypesResponse::class, 'Google_Service_YouTubeReporting_ListReportTypesResponse');