BatchUpdatePartitionResponse constructor

BatchUpdatePartitionResponse({
  1. List<BatchUpdatePartitionFailureEntry>? errors,
})

Implementation

BatchUpdatePartitionResponse({
  this.errors,
});