SearchSessionSparkApplicationStageAttemptsResponse constructor

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

Implementation

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