EnterpriseCrmEventbusProtoTaskAlertConfig constructor
      
      EnterpriseCrmEventbusProtoTaskAlertConfig({ 
    
    
- String? aggregationPeriod,
 - bool? alertDisabled,
 - String? alertName,
 - String? clientId,
 - String? durationThresholdMs,
 - EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList? errorEnumList,
 - String? metricType,
 - int? numAggregationPeriods,
 - bool? onlyFinalAttempt,
 - String? playbookUrl,
 - String? thresholdType,
 - EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue? thresholdValue,
 - EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList? warningEnumList,
 
Implementation
EnterpriseCrmEventbusProtoTaskAlertConfig({
  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,
});