Class: Google::Apis::AndroidpublisherV3::ConvertRegionPricesRequest

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

Request message for ConvertRegionPrices.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConvertRegionPricesRequest

Returns a new instance of ConvertRegionPricesRequest.



581
582
583
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 581

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

Instance Attribute Details

#priceGoogle::Apis::AndroidpublisherV3::Money

Represents an amount of money with its currency type. Corresponds to the JSON property price



579
580
581
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 579

def price
  @price
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



586
587
588
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 586

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