class Google::Apis::BooksV1::RateRecommendedVolumeResponse
Attributes
consistency_token[RW]
Corresponds to the JSON property `consistency_token` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 557 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/books_v1/classes.rb, line 562 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end