class Google::Apis::AndroidpublisherV3::ReviewsReplyRequest

Request to reply to review or update existing reply.

Attributes

reply_text[RW]

The text to set as the reply. Replies of more than approximately 350 characters will be rejected. HTML tags will be stripped. Corresponds to the JSON property `replyText` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1385
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 1390
def update!(**args)
  @reply_text = args[:reply_text] if args.key?(:reply_text)
end