/var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter/BatchUndeleteAlertsRequest.php (1468B)
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(BatchUndeleteAlertsRequest::class, 'Google_Service_AlertCenter_BatchUndeleteAlertsRequest');