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.
4609 4610 4611 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4609 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
4607 4608 4609 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4607 def ignore_terms @ignore_terms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4614 4615 4616 |
# File 'lib/google/apis/retail_v2/classes.rb', line 4614 def update!(**args) @ignore_terms = args[:ignore_terms] if args.key?(:ignore_terms) end |