Class: Google::Apis::AndroidpublisherV3::ConvertRegionPricesResponse

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 ConvertRegionPrices.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConvertRegionPricesResponse

Returns a new instance of ConvertRegionPricesResponse.



1949
1950
1951
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1949

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

Instance Attribute Details

#converted_other_regions_priceGoogle::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice

Converted other regions prices. Corresponds to the JSON property convertedOtherRegionsPrice



1937
1938
1939
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1937

def converted_other_regions_price
  @converted_other_regions_price
end

#converted_region_pricesHash<String,Google::Apis::AndroidpublisherV3::ConvertedRegionPrice>

Map from region code to converted region price. Corresponds to the JSON property convertedRegionPrices



1942
1943
1944
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1942

def converted_region_prices
  @converted_region_prices
end

#region_versionGoogle::Apis::AndroidpublisherV3::RegionsVersion

The version of the available regions being used for the specified resource. Corresponds to the JSON property regionVersion



1947
1948
1949
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1947

def region_version
  @region_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1954
1955
1956
1957
1958
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1954

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)
  @region_version = args[:region_version] if args.key?(:region_version)
end