WorkItemDetails constructor

WorkItemDetails({
  1. String? attemptId,
  2. String? endTime,
  3. List<MetricUpdate>? metrics,
  4. ProgressTimeseries? progress,
  5. String? startTime,
  6. String? state,
  7. String? taskId,
})

Implementation

WorkItemDetails({
  this.attemptId,
  this.endTime,
  this.metrics,
  this.progress,
  this.startTime,
  this.state,
  this.taskId,
});