BatchDeleteConnectionResponse constructor

BatchDeleteConnectionResponse({
  1. Map<String, ErrorDetail>? errors,
  2. List<String>? succeeded,
})

Implementation

BatchDeleteConnectionResponse({
  this.errors,
  this.succeeded,
});