Class: Google::Apis::CloudsearchV1::QueryItem
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::QueryItem
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Information relevant only to a query entry.
Instance Attribute Summary collapse
-
#is_synthetic ⇒ Boolean
(also: #is_synthetic?)
True if the text was generated by means other than a previous user search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QueryItem
constructor
A new instance of QueryItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ QueryItem
Returns a new instance of QueryItem.
3698 3699 3700 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3698 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_synthetic ⇒ Boolean Also known as: is_synthetic?
True if the text was generated by means other than a previous user search.
Corresponds to the JSON property isSynthetic
3695 3696 3697 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3695 def is_synthetic @is_synthetic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3703 3704 3705 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3703 def update!(**args) @is_synthetic = args[:is_synthetic] if args.key?(:is_synthetic) end |