Class: Google::Apis::AndroidpublisherV3::AppStoreAppActiveApks
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::AppStoreAppActiveApks
- 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
Information about active APKs of an app store hosted app.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppStoreAppActiveApks
constructor
A new instance of AppStoreAppActiveApks.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppStoreAppActiveApks
Returns a new instance of AppStoreAppActiveApks.
778 779 780 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 778 def initialize(**args) update!(**args) end |
Instance Attribute Details
#active_apk_sets ⇒ Array<Google::Apis::AndroidpublisherV3::AppStoreAppActiveApkSet>
Required. List specifying which APK sets are distributed together. This list
should contain all APKs that you're distributing for this app. Add an entry
for each individual installable set of APKs.
Corresponds to the JSON property activeApkSets
776 777 778 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 776 def active_apk_sets @active_apk_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
783 784 785 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 783 def update!(**args) @active_apk_sets = args[:active_apk_sets] if args.key?(:active_apk_sets) end |