Class: Google::Apis::AndroidpublisherV2::ReviewsReplyResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::ReviewsReplyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::AndroidpublisherV2::ReviewReplyResult
Corresponds to the JSON property
result
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReviewsReplyResponse
constructor
A new instance of ReviewsReplyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReviewsReplyResponse
Returns a new instance of ReviewsReplyResponse
1208 1209 1210 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1208 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::AndroidpublisherV2::ReviewReplyResult
Corresponds to the JSON property result
1206 1207 1208 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1206 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1213 1214 1215 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1213 def update!(**args) @result = args[:result] if args.key?(:result) end |