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.
630 631 632 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 630 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version_codes ⇒ Array<Fixnum>
List of app version codes.
Corresponds to the JSON property versionCodes
628 629 630 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 628 def version_codes @version_codes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
635 636 637 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 635 def update!(**args) @version_codes = args[:version_codes] if args.key?(:version_codes) end |