Class: Google::Apis::BooksV1::RateRecommendedVolumeResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::BooksV1::RateRecommendedVolumeResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #consistency_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
consistency_token. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RateRecommendedVolumeResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RateRecommendedVolumeResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RateRecommendedVolumeResponse
Returns a new instance of RateRecommendedVolumeResponse
      558 559 560  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 558 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#consistency_token ⇒ String
Corresponds to the JSON property consistency_token
      556 557 558  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 556 def consistency_token @consistency_token end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      563 564 565  | 
    
      # File 'generated/google/apis/books_v1/classes.rb', line 563 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end  |