Class: Google::Apis::CivicinfoV2::ContextParams
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CivicinfoV2::ContextParams
 
- Defined in:
- generated/google/apis/civicinfo_v2/classes.rb,
 generated/google/apis/civicinfo_v2/representations.rb,
 generated/google/apis/civicinfo_v2/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #client_profile  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property clientProfile.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ContextParams 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ContextParams. 
- 
  
    
      #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) ⇒ ContextParams
Returns a new instance of ContextParams
| 455 456 457 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 455 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#client_profile ⇒ String
Corresponds to the JSON property clientProfile
| 453 454 455 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 453 def client_profile @client_profile end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 460 461 462 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 460 def update!(**args) @client_profile = args[:client_profile] if args.key?(:client_profile) end |