BatchUndeleteAlertsRequest constructor

BatchUndeleteAlertsRequest({
  1. List<String>? alertId,
  2. String? customerId,
})

Implementation

BatchUndeleteAlertsRequest({
  this.alertId,
  this.customerId,
});