Class: Google::Apis::AndroidpublisherV3::RegionsVersion

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

The version of the available regions being used for the specified resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RegionsVersion

Returns a new instance of RegionsVersion.



2768
2769
2770
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2768

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

Instance Attribute Details

#versionString

Required. A string representing version of the available regions being used for the specified resource. Corresponds to the JSON property version

Returns:

  • (String)


2766
2767
2768
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2766

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2773
2774
2775
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2773

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