JobBookmarkEntry constructor

JobBookmarkEntry({
  1. int? attempt,
  2. String? jobBookmark,
  3. String? jobName,
  4. String? previousRunId,
  5. int? run,
  6. String? runId,
  7. int? version,
})

Implementation

JobBookmarkEntry({
  this.attempt,
  this.jobBookmark,
  this.jobName,
  this.previousRunId,
  this.run,
  this.runId,
  this.version,
});