Class: Google::Apis::AndroidpublisherV3::ConvertRegionPricesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::ConvertRegionPricesResponse
 
 
- 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 ConvertRegionPrices.
Instance Attribute Summary collapse
- 
  
    
      #converted_other_regions_price  ⇒ Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Converted other regions prices.
 - 
  
    
      #converted_region_prices  ⇒ Hash<String,Google::Apis::AndroidpublisherV3::ConvertedRegionPrice> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Map from region code to converted region price.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ConvertRegionPricesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ConvertRegionPricesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ConvertRegionPricesResponse
Returns a new instance of ConvertRegionPricesResponse.
      1369 1370 1371  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1369 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#converted_other_regions_price ⇒ Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice
Converted other regions prices.
Corresponds to the JSON property convertedOtherRegionsPrice
      1362 1363 1364  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1362 def converted_other_regions_price @converted_other_regions_price end  | 
  
#converted_region_prices ⇒ Hash<String,Google::Apis::AndroidpublisherV3::ConvertedRegionPrice>
Map from region code to converted region price.
Corresponds to the JSON property convertedRegionPrices
      1367 1368 1369  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1367 def converted_region_prices @converted_region_prices end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1374 1375 1376 1377  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1374 def update!(**args) @converted_other_regions_price = args[:converted_other_regions_price] if args.key?(:converted_other_regions_price) @converted_region_prices = args[:converted_region_prices] if args.key?(:converted_region_prices) end  |