Class: Google::Apis::AndroidpublisherV3::ReviewsReplyResponse

Inherits:
Object
  • Object
show all
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

Overview

Response on status of replying to a review.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReviewsReplyResponse

Returns a new instance of ReviewsReplyResponse.



1404
1405
1406
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1404

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::AndroidpublisherV3::ReviewReplyResult

The result of replying/updating a reply to review. Corresponds to the JSON property result



1402
1403
1404
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1402

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1409
1410
1411
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1409

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