feedback = $feedback; } /** * @return AlertFeedback[] */ public function getFeedback() { return $this->feedback; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListAlertFeedbackResponse::class, 'Google_Service_AlertCenter_ListAlertFeedbackResponse');