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.



1859
1860
1861
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1859

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



1857
1858
1859
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1857

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1864
1865
1866
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1864

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