class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleIgnoreAction
for “shoddy”.
Prevents a term in the query from being used in search. Example: Don’t search
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @ignore_terms = args[:ignore_terms] if args.key?(:ignore_terms) end