EnterpriseCrmEventbusStatsDimensions constructor

EnterpriseCrmEventbusStatsDimensions({
  1. String? clientId,
  2. String? enumFilterType,
  3. String? errorEnumString,
  4. String? retryAttempt,
  5. String? taskName,
  6. String? taskNumber,
  7. String? triggerId,
  8. String? warningEnumString,
  9. String? workflowId,
  10. String? workflowName,
})

Implementation

EnterpriseCrmEventbusStatsDimensions({
  this.clientId,
  this.enumFilterType,
  this.errorEnumString,
  this.retryAttempt,
  this.taskName,
  this.taskNumber,
  this.triggerId,
  this.warningEnumString,
  this.workflowId,
  this.workflowName,
});