BackgroundJobLogEntry constructor
BackgroundJobLogEntry({
- ApplyJobDetails? applyJobDetails,
- String? completionComment,
- String? completionState,
- ConvertJobDetails? convertJobDetails,
- String? finishTime,
- String? id,
- ImportRulesJobDetails? importRulesJobDetails,
- String? jobType,
- bool? requestAutocommit,
- SeedJobDetails? seedJobDetails,
- 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,
});