class Google::Apis::AndroidpublisherV3::Review

An Android app review.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @author_name = args[:author_name] if args.key?(:author_name)
  @comments = args[:comments] if args.key?(:comments)
  @review_id = args[:review_id] if args.key?(:review_id)
end