BatchDeleteBuildsOutput constructor

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

Implementation

BatchDeleteBuildsOutput({
  this.buildsDeleted,
  this.buildsNotDeleted,
});