class Google::Apis::BooksV1::Review::Author
Author
of this review.
Attributes
display_name[RW]
Name of this person. Corresponds to the JSON property `displayName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 2516 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 2521 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end