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