BatchDeleteConnectionResponse constructor
BatchDeleteConnectionResponse({
- Map<
String, ErrorDetail> ? errors, - List<
String> ? succeeded,
Implementation
BatchDeleteConnectionResponse({
this.errors,
this.succeeded,
});