Class: Google::Apis::AndroidpublisherV3::ReviewsReplyResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ReviewsReplyResponse
- 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
-
#result ⇒ Google::Apis::AndroidpublisherV3::ReviewReplyResult
The result of replying/updating a reply to review.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReviewsReplyResponse
constructor
A new instance of ReviewsReplyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReviewsReplyResponse
Returns a new instance of ReviewsReplyResponse.
5016 5017 5018 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5016 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::AndroidpublisherV3::ReviewReplyResult
The result of replying/updating a reply to review.
Corresponds to the JSON property result
5014 5015 5016 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5014 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5021 5022 5023 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5021 def update!(**args) @result = args[:result] if args.key?(:result) end |