alertId = $alertId; } /** * @return string[] */ public function getAlertId() { return $this->alertId; } /** * Optional. The unique identifier of the Google Workspace account of the * customer the alerts are associated with. The `customer_id` must have the * initial "C" stripped (for example, `046psxkn`). Inferred from the caller * identity if not provided. [Find your customer * ID](https://support.google.com/cloudidentity/answer/10070793). * * @param string $customerId */ 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');