BatchDeletePartitionResponse constructor

BatchDeletePartitionResponse({
  1. List<PartitionError>? errors,
})

Implementation

BatchDeletePartitionResponse({
  this.errors,
});