alertId = $alertId; } /** * @return string[] */ public function getAlertId() { return $this->alertId; } /** * @param string */ public function setCustomerId($customerId) { $this->customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchDeleteAlertsRequest::class, 'Google_Service_AlertCenter_BatchDeleteAlertsRequest');