DeleteBuildBatchOutput constructor

DeleteBuildBatchOutput({
  1. List<String>? buildsDeleted,
  2. List<BuildNotDeleted>? buildsNotDeleted,
  3. String? statusCode,
})

Implementation

DeleteBuildBatchOutput({
  this.buildsDeleted,
  this.buildsNotDeleted,
  this.statusCode,
});