SearchSparkApplicationExecutorsResponse constructor

SearchSparkApplicationExecutorsResponse({
  1. String? nextPageToken,
  2. List<ExecutorSummary>? sparkApplicationExecutors,
})

Implementation

SearchSparkApplicationExecutorsResponse({
  this.nextPageToken,
  this.sparkApplicationExecutors,
});