Class: Google::Apis::AndroidpublisherV3::ReviewsReplyRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ReviewsReplyRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Request to reply to review or update existing reply.
Instance Attribute Summary collapse
-
#reply_text ⇒ String
The text to set as the reply.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReviewsReplyRequest
constructor
A new instance of ReviewsReplyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReviewsReplyRequest
Returns a new instance of ReviewsReplyRequest.
2901 2902 2903 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reply_text ⇒ String
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
2899 2900 2901 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2899 def reply_text @reply_text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2906 2907 2908 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2906 def update!(**args) @reply_text = args[:reply_text] if args.key?(:reply_text) end |