EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo constructor

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo({
  1. String? originalExecutionInfoId,
  2. String? replayMode,
  3. String? replayReason,
  4. List<String>? replayedExecutionInfoIds,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo({
  this.originalExecutionInfoId,
  this.replayMode,
  this.replayReason,
  this.replayedExecutionInfoIds,
});