Class: Google::Apis::CloudsearchV1::QuerySuggestion
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::QuerySuggestion
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
A completed query suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QuerySuggestion
constructor
A new instance of QuerySuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ QuerySuggestion
Returns a new instance of QuerySuggestion
3174 3175 3176 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3174 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3179 3180 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3179 def update!(**args) end |