class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaMerchantCenterFeedFilter

Merchant Center Feed filter criterion.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @data_source_id = args[:data_source_id] if args.key?(:data_source_id)
  @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