alerts = $alerts; } /** * @return Alert[] */ public function getAlerts() { return $this->alerts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListAlertsResponse::class, 'Google_Service_Adsense_ListAlertsResponse');