SummarizeSparkApplicationStagesResponse constructor

SummarizeSparkApplicationStagesResponse({
  1. StagesSummary? stagesSummary,
})

Implementation

SummarizeSparkApplicationStagesResponse({
  this.stagesSummary,
});