JobExecutionSummary constructor

JobExecutionSummary({
  1. int? executionNumber,
  2. String? jobId,
  3. int? lastUpdatedAt,
  4. int? queuedAt,
  5. int? startedAt,
  6. int? versionNumber,
})

Implementation

JobExecutionSummary({
  this.executionNumber,
  this.jobId,
  this.lastUpdatedAt,
  this.queuedAt,
  this.startedAt,
  this.versionNumber,
});