reportRequests = $reportRequests; } /** * @return ReportRequest[] */ public function getReportRequests() { return $this->reportRequests; } /** * @param bool */ public function setUseResourceQuotas($useResourceQuotas) { $this->useResourceQuotas = $useResourceQuotas; } /** * @return bool */ public function getUseResourceQuotas() { return $this->useResourceQuotas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetReportsRequest::class, 'Google_Service_AnalyticsReporting_GetReportsRequest');