Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb

Overview

Merchant Center Feed filter criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter

Returns a new instance of GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter.



4262
4263
4264
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4262

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

Instance Attribute Details

#primary_feed_idFixnum

Merchant Center primary feed ID. Corresponds to the JSON property primaryFeedId

Returns:

  • (Fixnum)


4254
4255
4256
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4254

def primary_feed_id
  @primary_feed_id
end

#primary_feed_nameString

Merchant Center primary feed name. The name is used for the display purposes only. Corresponds to the JSON property primaryFeedName

Returns:

  • (String)


4260
4261
4262
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4260

def primary_feed_name
  @primary_feed_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4267
4268
4269
4270
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4267

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