BackgroundJobLogEntry constructor

BackgroundJobLogEntry({
  1. ApplyJobDetails? applyJobDetails,
  2. String? completionComment,
  3. String? completionState,
  4. ConvertJobDetails? convertJobDetails,
  5. String? finishTime,
  6. String? id,
  7. ImportRulesJobDetails? importRulesJobDetails,
  8. String? jobType,
  9. bool? requestAutocommit,
  10. SeedJobDetails? seedJobDetails,
  11. String? startTime,
})

Implementation

BackgroundJobLogEntry({
  this.applyJobDetails,
  this.completionComment,
  this.completionState,
  this.convertJobDetails,
  this.finishTime,
  this.id,
  this.importRulesJobDetails,
  this.jobType,
  this.requestAutocommit,
  this.seedJobDetails,
  this.startTime,
});