StageSummary constructor

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

Implementation

StageSummary({
  this.endTime,
  this.metrics,
  this.progress,
  this.stageId,
  this.startTime,
  this.state,
});