ListWorkerBlocksResponse constructor

ListWorkerBlocksResponse({
  1. String? nextToken,
  2. int? numResults,
  3. List<WorkerBlock>? workerBlocks,
})

Implementation

ListWorkerBlocksResponse({
  this.nextToken,
  this.numResults,
  this.workerBlocks,
});