EnterpriseCrmEventbusProtoLogSettings constructor

EnterpriseCrmEventbusProtoLogSettings({
  1. String? logFieldName,
  2. String? seedPeriod,
  3. String? seedScope,
})

Implementation

EnterpriseCrmEventbusProtoLogSettings({
  this.logFieldName,
  this.seedPeriod,
  this.seedScope,
});