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.



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

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



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

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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