StageSummary constructor
StageSummary({
- String? endTime,
- List<
MetricUpdate> ? metrics, - ProgressTimeseries? progress,
- String? stageId,
- String? startTime,
- String? state,
Implementation
StageSummary({
this.endTime,
this.metrics,
this.progress,
this.stageId,
this.startTime,
this.state,
});