WorkItem constructor

WorkItem({
  1. String? configuration,
  2. String? id,
  3. String? initialReportIndex,
  4. String? jobId,
  5. String? leaseExpireTime,
  6. MapTask? mapTask,
  7. List<Package>? packages,
  8. String? projectId,
  9. String? reportStatusInterval,
  10. SeqMapTask? seqMapTask,
  11. ShellTask? shellTask,
  12. SourceOperationRequest? sourceOperationTask,
  13. StreamingComputationTask? streamingComputationTask,
  14. StreamingConfigTask? streamingConfigTask,
  15. StreamingSetupTask? streamingSetupTask,
})

Implementation

WorkItem({
  this.configuration,
  this.id,
  this.initialReportIndex,
  this.jobId,
  this.leaseExpireTime,
  this.mapTask,
  this.packages,
  this.projectId,
  this.reportStatusInterval,
  this.seqMapTask,
  this.shellTask,
  this.sourceOperationTask,
  this.streamingComputationTask,
  this.streamingConfigTask,
  this.streamingSetupTask,
});