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.



7766
7767
7768
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7766

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



7764
7765
7766
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7764

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7771
7772
7773
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7771

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