Class: Google::Apis::CloudsearchV1::SuggestResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::SuggestResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
Response of the suggest API.
Instance Attribute Summary collapse
-
#suggest_results ⇒ Array<Google::Apis::CloudsearchV1::SuggestResult>
List of suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SuggestResponse
constructor
A new instance of SuggestResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SuggestResponse
Returns a new instance of SuggestResponse.
4564 4565 4566 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4564 def initialize(**args) update!(**args) end |
Instance Attribute Details
#suggest_results ⇒ Array<Google::Apis::CloudsearchV1::SuggestResult>
List of suggestions.
Corresponds to the JSON property suggestResults
4562 4563 4564 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4562 def suggest_results @suggest_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4569 4570 4571 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4569 def update!(**args) @suggest_results = args[:suggest_results] if args.key?(:suggest_results) end |