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 lib/google/apis/books_v1/classes.rb, line 3318
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 3323
def update!(**args)
  @explanation = args[:explanation] if args.key?(:explanation)
end