kind = $kind; } public function getKind() { return $this->kind; } /** * @param PerformanceReport[] */ public function setPerformanceReport($performanceReport) { $this->performanceReport = $performanceReport; } /** * @return PerformanceReport[] */ public function getPerformanceReport() { return $this->performanceReport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PerformanceReportList::class, 'Google_Service_AdExchangeBuyer_PerformanceReportList');