Class: Google::Apis::AndroidpublisherV3::BatchMigrateBasePlanPricesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::BatchMigrateBasePlanPricesResponse
 
 
- 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
- 
  
    
      #responses  ⇒ Array<Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains one response per requested price migration, in the same order as the request.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchMigrateBasePlanPricesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchMigrateBasePlanPricesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
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
#responses ⇒ Array<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  |