BucketCustomPlacementConfig constructor

BucketCustomPlacementConfig({
  1. List<String>? dataLocations,
})

Implementation

BucketCustomPlacementConfig({
  this.dataLocations,
});