SearchSparkApplicationStageAttemptsResponse constructor

SearchSparkApplicationStageAttemptsResponse({
  1. String? nextPageToken,
  2. List<StageData>? sparkApplicationStageAttempts,
})

Implementation

SearchSparkApplicationStageAttemptsResponse({
  this.nextPageToken,
  this.sparkApplicationStageAttempts,
});