Class: Google::Apis::AndroidpublisherV2::ReviewsReplyRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReviewsReplyRequest

Returns a new instance of ReviewsReplyRequest.



1205
1206
1207
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1205

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)


1203
1204
1205
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1203

def reply_text
  @reply_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1210
1211
1212
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1210

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