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