class Google::Apis::AndroidpublisherV3::ReviewsReplyResponse
Response on status of replying to a review.
Attributes
result[RW]
The result of replying/updating a reply to review. Corresponds to the JSON property `result` @return [Google::Apis::AndroidpublisherV3::ReviewReplyResult]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1404 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1409 def update!(**args) @result = args[:result] if args.key?(:result) end