Class: Google::Apis::AndroidpublisherV3::ReviewsReplyResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/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



1391
1392
1393
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1391

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

Instance Attribute Details

#resultGoogle::Apis::AndroidpublisherV3::ReviewReplyResult

Corresponds to the JSON property result



1389
1390
1391
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1389

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1396
1397
1398
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1396

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