BatchDeleteAlertsRequest constructor

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

Implementation

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