class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterLink
streamed to the linked branch.
is established, products from the linked merchant center account will be
Represents a link between a Merchant Center account and a branch. Once a link
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @branch_id = args[:branch_id] if args.key?(:branch_id) @destinations = args[:destinations] if args.key?(:destinations) @feeds = args[:feeds] if args.key?(:feeds) @language_code = args[:language_code] if args.key?(:language_code) @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id) @region_code = args[:region_code] if args.key?(:region_code) end