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