Class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
Merchant Center Feed filter criterion.
Instance Attribute Summary collapse
-
#primary_feed_id ⇒ Fixnum
Merchant Center primary feed ID.
-
#primary_feed_name ⇒ String
Merchant Center primary feed name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
constructor
A new instance of GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
Returns a new instance of GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.
6256 6257 6258 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6256 def initialize(**args) update!(**args) end |
Instance Attribute Details
#primary_feed_id ⇒ Fixnum
Merchant Center primary feed ID.
Corresponds to the JSON property primaryFeedId
6248 6249 6250 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6248 def primary_feed_id @primary_feed_id end |
#primary_feed_name ⇒ String
Merchant Center primary feed name. The name is used for the display purposes
only.
Corresponds to the JSON property primaryFeedName
6254 6255 6256 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6254 def primary_feed_name @primary_feed_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6261 6262 6263 6264 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6261 def update!(**args) @primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id) @primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name) end |