ListBuildsForProjectOutput constructor

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

Implementation

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