RelocateBucketRequestDestinationCustomPlacementConfig constructor

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

Implementation

RelocateBucketRequestDestinationCustomPlacementConfig({
  this.dataLocations,
});