Class: Google::Apis::AndroidpublisherV3::ReviewsReplyRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb

Overview

Request to reply to review or update existing reply.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReviewsReplyRequest

Returns a new instance of ReviewsReplyRequest.



1385
1386
1387
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1385

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

Instance Attribute Details

#reply_textString

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

Returns:

  • (String)


1383
1384
1385
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1383

def reply_text
  @reply_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1390
1391
1392
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1390

def update!(**args)
  @reply_text = args[:reply_text] if args.key?(:reply_text)
end