Class: Google::Apis::CustomsearchV1::Search::Spelling

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/customsearch_v1/classes.rb,
generated/google/apis/customsearch_v1/representations.rb,
generated/google/apis/customsearch_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Spelling

Returns a new instance of Spelling.



733
734
735
# File 'generated/google/apis/customsearch_v1/classes.rb', line 733

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#corrected_queryString

Corresponds to the JSON property correctedQuery

Returns:

  • (String)


726
727
728
# File 'generated/google/apis/customsearch_v1/classes.rb', line 726

def corrected_query
  @corrected_query
end

#html_corrected_queryString

Corresponds to the JSON property htmlCorrectedQuery

Returns:

  • (String)


731
732
733
# File 'generated/google/apis/customsearch_v1/classes.rb', line 731

def html_corrected_query
  @html_corrected_query
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



738
739
740
741
# File 'generated/google/apis/customsearch_v1/classes.rb', line 738

def update!(**args)
  @corrected_query = args[:corrected_query] if args.key?(:corrected_query)
  @html_corrected_query = args[:html_corrected_query] if args.key?(:html_corrected_query)
end