class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterLink

def update!(**args)

Update properties of this object
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