Class: Google::Apis::RetailV2::GoogleCloudRetailV2RuleIgnoreAction
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2RuleIgnoreAction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
Prevents a term in the query from being used in search. Example: Don't search for "shoddy".
Instance Attribute Summary collapse
-
#ignore_terms ⇒ Array<String>
Terms to ignore in the search query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2RuleIgnoreAction
constructor
A new instance of GoogleCloudRetailV2RuleIgnoreAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2RuleIgnoreAction
Returns a new instance of GoogleCloudRetailV2RuleIgnoreAction.
4623 4624 4625 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4623 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ignore_terms ⇒ Array<String>
Terms to ignore in the search query.
Corresponds to the JSON property ignoreTerms
4621 4622 4623 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4621 def ignore_terms @ignore_terms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4628 4629 4630 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4628 def update!(**args) @ignore_terms = args[:ignore_terms] if args.key?(:ignore_terms) end |