Class: Google::Apis::CustomsearchV1::Search::Spelling
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CustomsearchV1::Search::Spelling
 
- 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
- 
  
    
      #corrected_query  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property correctedQuery.
- 
  
    
      #html_corrected_query  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property htmlCorrectedQuery.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Spelling 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Spelling. 
- 
  
    
      #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) ⇒ Spelling
Returns a new instance of Spelling
| 727 728 729 | # File 'generated/google/apis/customsearch_v1/classes.rb', line 727 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#corrected_query ⇒ String
Corresponds to the JSON property correctedQuery
| 720 721 722 | # File 'generated/google/apis/customsearch_v1/classes.rb', line 720 def corrected_query @corrected_query end | 
#html_corrected_query ⇒ String
Corresponds to the JSON property htmlCorrectedQuery
| 725 726 727 | # File 'generated/google/apis/customsearch_v1/classes.rb', line 725 def html_corrected_query @html_corrected_query end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 732 733 734 735 | # File 'generated/google/apis/customsearch_v1/classes.rb', line 732 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 |