class Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaMerchantCenterLinkingConfig
Configures Merchant Center linking. Links contained in the config will be used to sync data from a Merchant Center account to a Cloud Retail branch.
Attributes
links[RW]
Links between Merchant Center accounts and branches. Corresponds to the JSON property `links` @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaMerchantCenterLink>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/retail_v2alpha/classes.rb, line 1748 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/retail_v2alpha/classes.rb, line 1753 def update!(**args) @links = args[:links] if args.key?(:links) end