Class: Google::Apis::CivicinfoV2::VoterInfoRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CivicinfoV2::VoterInfoRequest
 
- Defined in:
- generated/google/apis/civicinfo_v2/classes.rb,
 generated/google/apis/civicinfo_v2/representations.rb,
 generated/google/apis/civicinfo_v2/representations.rb
Overview
A request for information about a voter.
Instance Attribute Summary collapse
- 
  
    
      #context_params  ⇒ Google::Apis::CivicinfoV2::ContextParams 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property contextParams.
- 
  
    
      #voter_info_segment_result  ⇒ Google::Apis::CivicinfoV2::VoterInfoSegmentResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property voterInfoSegmentResult.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ VoterInfoRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of VoterInfoRequest. 
- 
  
    
      #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) ⇒ VoterInfoRequest
Returns a new instance of VoterInfoRequest
| 1362 1363 1364 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 1362 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#context_params ⇒ Google::Apis::CivicinfoV2::ContextParams
Corresponds to the JSON property contextParams
| 1355 1356 1357 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 1355 def context_params @context_params end | 
#voter_info_segment_result ⇒ Google::Apis::CivicinfoV2::VoterInfoSegmentResult
Corresponds to the JSON property voterInfoSegmentResult
| 1360 1361 1362 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 1360 def voter_info_segment_result @voter_info_segment_result end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1367 1368 1369 1370 | # File 'generated/google/apis/civicinfo_v2/classes.rb', line 1367 def update!(**args) @context_params = args[:context_params] if args.key?(:context_params) @voter_info_segment_result = args[:voter_info_segment_result] if args.key?(:voter_info_segment_result) end |