ListWorkerBlocksResponse constructor
ListWorkerBlocksResponse({
- String? nextToken,
- int? numResults,
- List<
WorkerBlock> ? workerBlocks,
Implementation
ListWorkerBlocksResponse({
this.nextToken,
this.numResults,
this.workerBlocks,
});