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.
Constructor Details
#initialize(**args) ⇒ RateRecommendedVolumeResponse
Returns a new instance of RateRecommendedVolumeResponse.
489 490 491 |
# File 'generated/google/apis/books_v1/classes.rb', line 489 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_token ⇒ String
Corresponds to the JSON property consistency_token
487 488 489 |
# File 'generated/google/apis/books_v1/classes.rb', line 487 def consistency_token @consistency_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
494 495 496 |
# File 'generated/google/apis/books_v1/classes.rb', line 494 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end |