class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleRemoveFacetAction

“size” will be removed from the request (if it is present).
Condition.query_terms is “shoes” and the attribute name “size”, then facet key
the request if it is present. Example: Suppose the query is “shoes”, the
attribute name * Action Result: Will remove the attribute (as a facet) from
page_categories (for browse only), but can’t specify both. * Action Input:
Must specify non-empty Condition.query_terms (for search only) or Condition.
Removes an attribute/facet in the request if is present. * Rule Condition:

def initialize(**args)

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

def update!(**args)

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