Class: Google::Apis::AndroidpublisherV3::RegionsVersion
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::RegionsVersion
- 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
The version of the available regions being used for the specified resource. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in this article.
Instance Attribute Summary collapse
-
#version ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionsVersion
constructor
A new instance of RegionsVersion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RegionsVersion
Returns a new instance of RegionsVersion.
3557 3558 3559 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3557 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version ⇒ String
Required. The latest version is 2022/02.
Corresponds to the JSON property version
3555 3556 3557 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3555 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3562 3563 3564 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3562 def update!(**args) @version = args[:version] if args.key?(:version) end |