EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue constructor

EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue({
  1. String? absolute,
  2. int? percentage,
})

Implementation

EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue({
  this.absolute,
  this.percentage,
});