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 lib/google/apis/books_v1/classes.rb, line 489
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/books_v1/classes.rb, line 494
def update!(**args)
  @consistency_token = args[:consistency_token] if args.key?(:consistency_token)
end