class Google::Apis::BooksV1::Volume::RecommendedInfo
Recommendation related information for this volume.
Attributes
explanation[RW]
A text explaining why this volume is recommended. Corresponds to the JSON property `explanation` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 2923 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 2928 def update!(**args) @explanation = args[:explanation] if args.key?(:explanation) end