ListBuildBatchesForProjectOutput constructor

ListBuildBatchesForProjectOutput({
  1. List<String>? ids,
  2. String? nextToken,
})

Implementation

ListBuildBatchesForProjectOutput({
  this.ids,
  this.nextToken,
});