Class: Google::Apis::AndroidpublisherV3::ReviewReplyResult
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::ReviewReplyResult
 
- 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
- 
  
    
      #last_edited  ⇒ Google::Apis::AndroidpublisherV3::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the reply took effect. 
- 
  
    
      #reply_text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reply text that was applied. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReviewReplyResult 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReviewReplyResult. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReviewReplyResult
Returns a new instance of ReviewReplyResult
| 1171 1172 1173 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1171 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#last_edited ⇒ Google::Apis::AndroidpublisherV3::Timestamp
The time at which the reply took effect.
Corresponds to the JSON property lastEdited
| 1164 1165 1166 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1164 def last_edited @last_edited end | 
#reply_text ⇒ String
The reply text that was applied.
Corresponds to the JSON property replyText
| 1169 1170 1171 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1169 def reply_text @reply_text end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1176 1177 1178 1179 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1176 def update!(**args) @last_edited = args[:last_edited] if args.key?(:last_edited) @reply_text = args[:reply_text] if args.key?(:reply_text) end |