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 more...
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
3172 3173 3174 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3172 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3177 3178 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3177 def update!(**args) end |