class Google::Apis::AndroidpublisherV3::ReviewsReplyRequest
Request to reply to review or update existing reply.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @reply_text = args[:reply_text] if args.key?(:reply_text) end