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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/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.



5004
5005
5006
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5004

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



5002
5003
5004
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5002

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5009
5010
5011
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5009

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