BatchDeleteBuildsOutput constructor
BatchDeleteBuildsOutput({
- List<
String> ? buildsDeleted, - List<
BuildNotDeleted> ? buildsNotDeleted,
Implementation
BatchDeleteBuildsOutput({
this.buildsDeleted,
this.buildsNotDeleted,
});