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.



2919
2920
2921
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2919

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



2917
2918
2919
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2917

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2924
2925
2926
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2924

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