SearchSparkApplicationExecutorsResponse constructor
SearchSparkApplicationExecutorsResponse({
- String? nextPageToken,
- List<
ExecutorSummary> ? sparkApplicationExecutors,
Implementation
SearchSparkApplicationExecutorsResponse({
this.nextPageToken,
this.sparkApplicationExecutors,
});