Class: Google::Apis::AndroidpublisherV3::ReviewsReplyResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::ReviewsReplyResponse
 
 
- 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
- 
  
    
      #result  ⇒ Google::Apis::AndroidpublisherV3::ReviewReplyResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
result. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReviewsReplyResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReviewsReplyResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReviewsReplyResponse
Returns a new instance of ReviewsReplyResponse
      1251 1252 1253  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1251 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#result ⇒ Google::Apis::AndroidpublisherV3::ReviewReplyResult
Corresponds to the JSON property result
      1249 1250 1251  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1249 def result @result end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1256 1257 1258  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1256 def update!(**args) @result = args[:result] if args.key?(:result) end  |