EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails constructor

EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
  1. String? cancelReason,
  2. List<EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats>? eventAttemptStats,
  3. List<EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot>? eventExecutionSnapshot,
  4. String? eventExecutionSnapshotsSize,
  5. String? eventExecutionState,
  6. int? eventRetriesFromBeginningCount,
  7. String? logFilePath,
  8. String? networkAddress,
  9. String? nextExecutionTime,
  10. int? ryeLockUnheldCount,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
  this.cancelReason,
  this.eventAttemptStats,
  this.eventExecutionSnapshot,
  this.eventExecutionSnapshotsSize,
  this.eventExecutionState,
  this.eventRetriesFromBeginningCount,
  this.logFilePath,
  this.networkAddress,
  this.nextExecutionTime,
  this.ryeLockUnheldCount,
});