Class: Google::Apis::AndroidpublisherV3::AppVersionList
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::AppVersionList
- 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
Data format for a list of app versions.
Instance Attribute Summary collapse
-
#version_codes ⇒ Array<Fixnum>
List of app version codes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppVersionList
constructor
A new instance of AppVersionList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppVersionList
Returns a new instance of AppVersionList.
712 713 714 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 712 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version_codes ⇒ Array<Fixnum>
List of app version codes.
Corresponds to the JSON property versionCodes
710 711 712 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 710 def version_codes @version_codes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
717 718 719 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 717 def update!(**args) @version_codes = args[:version_codes] if args.key?(:version_codes) end |