class Google::Apis::CloudsearchV1::SpellResult

Attributes

suggested_query[RW]

The suggested spelling of the query. Corresponds to the JSON property `suggestedQuery` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4585
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 4590
def update!(**args)
  @suggested_query = args[:suggested_query] if args.key?(:suggested_query)
end