class Google::Apis::CloudsearchV1::SuggestResponse

Response of the suggest API.

Attributes

suggest_results[RW]

List of suggestions. Corresponds to the JSON property `suggestResults` @return [Array<Google::Apis::CloudsearchV1::SuggestResult>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4743
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 4748
def update!(**args)
  @suggest_results = args[:suggest_results] if args.key?(:suggest_results)
end