ListParallelDataResponse constructor
ListParallelDataResponse({
- String? nextToken,
- List<
ParallelDataProperties> ? parallelDataPropertiesList,
Implementation
ListParallelDataResponse({
this.nextToken,
this.parallelDataPropertiesList,
});