class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterLinkingConfig

to sync data from a Merchant Center account to a Cloud Retail branch.
Configures Merchant Center linking. Links contained in the config will be used

def initialize(**args)

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

def update!(**args)

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