class Google::Apis::StorageV1::RelocateBucketRequest::DestinationCustomPlacementConfig

Region.
The bucket’s new custom placement configuration if relocating to a Custom Dual

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @data_locations = args[:data_locations] if args.key?(:data_locations)
end