class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleFilterAction
returned objects to be ONLY those that passed the filter.
May result in 0 results when filters conflict. * Action Result: Filters the
used to combine the query’s existing filters with the filter rule(s). NOTE:
to any filters already provided with the SearchRequest. The AND operator is
query and filter that will be applied to the retrieved products, in addition
Condition provided is combined with OR operator. * Action Input: The request
* Rule Condition: - No Condition provided is a global match. - 1 or more
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @filter = args[:filter] if args.key?(:filter) end