class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleFilterAction

Filters the returned objects to be ONLY those that passed the filter.
s). NOTE: May result in 0 results when filters conflict. * Action Result:
operator is used to combine the query’s existing filters with the filter rule(
in addition to any filters already provided with the SearchRequest. The AND
Input: The request query and filter that are applied to the retrieved products,
or more Condition.query_terms provided are combined with OR operator. * Action
* Rule Condition: - No Condition.query_terms provided is a global match. - 1

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end