class Google::Apis::StorageV1::Bucket::CustomPlacementConfig
The bucket’s custom placement configuration for Custom Dual Regions.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @data_locations = args[:data_locations] if args.key?(:data_locations) end