Class: Google::Apis::AndroidpublisherV3::BatchMigrateBasePlanPricesResponse

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 message for BatchMigrateBasePlanPrices.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchMigrateBasePlanPricesResponse

Returns a new instance of BatchMigrateBasePlanPricesResponse.



995
996
997
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 995

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

Instance Attribute Details

#responsesArray<Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse>

Contains one response per requested price migration, in the same order as the request. Corresponds to the JSON property responses



993
994
995
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 993

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1000
1001
1002
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1000

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