Class: Google::Apis::AndroidpublisherV2::ReviewsReplyResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReviewsReplyResponse

Returns a new instance of ReviewsReplyResponse.



1366
1367
1368
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1366

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::AndroidpublisherV2::ReviewReplyResult

Corresponds to the JSON property result



1364
1365
1366
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1364

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1371
1372
1373
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1371

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