class Google::Apis::AndroidpublisherV3::ConvertRegionPricesResponse
Response message for ConvertRegionPrices.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
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