Class: Google::Apis::AndroidpublisherV3::ReviewsReplyRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::ReviewsReplyRequest
 
- 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
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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReviewsReplyRequest
Returns a new instance of ReviewsReplyRequest
| 1223 1224 1225 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1223 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
| 1221 1222 1223 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1221 def reply_text @reply_text end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1228 1229 1230 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1228 def update!(**args) @reply_text = args[:reply_text] if args.key?(:reply_text) end |