EnterpriseCrmEventbusProtoWorkflowAlertConfig constructor

EnterpriseCrmEventbusProtoWorkflowAlertConfig({
  1. String? aggregationPeriod,
  2. bool? alertDisabled,
  3. String? alertName,
  4. String? clientId,
  5. String? durationThresholdMs,
  6. EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList? errorEnumList,
  7. String? metricType,
  8. int? numAggregationPeriods,
  9. bool? onlyFinalAttempt,
  10. String? playbookUrl,
  11. String? thresholdType,
  12. EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue? thresholdValue,
  13. EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList? warningEnumList,
})

Implementation

EnterpriseCrmEventbusProtoWorkflowAlertConfig({
  this.aggregationPeriod,
  this.alertDisabled,
  this.alertName,
  this.clientId,
  this.durationThresholdMs,
  this.errorEnumList,
  this.metricType,
  this.numAggregationPeriods,
  this.onlyFinalAttempt,
  this.playbookUrl,
  this.thresholdType,
  this.thresholdValue,
  this.warningEnumList,
});