BatchCreatePartitionResponse constructor

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

Implementation

BatchCreatePartitionResponse({
  this.errors,
});