failedAlertStatus = $failedAlertStatus; } /** * @return Status[] */ public function getFailedAlertStatus() { return $this->failedAlertStatus; } /** * @param string[] */ public function setSuccessAlertIds($successAlertIds) { $this->successAlertIds = $successAlertIds; } /** * @return string[] */ public function getSuccessAlertIds() { return $this->successAlertIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchUndeleteAlertsResponse::class, 'Google_Service_AlertCenter_BatchUndeleteAlertsResponse');