requestInfo = $requestInfo; } /** * @return RequestInfo[] */ public function getRequestInfo() { return $this->requestInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppMakerSqlSetupNotification::class, 'Google_Service_AlertCenter_AppMakerSqlSetupNotification');