Class: Google::Apis::AndroidpublisherV3::AppStoreAppActiveApks

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

Information about active APKs of an app store hosted app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppStoreAppActiveApks

Returns a new instance of AppStoreAppActiveApks.



747
748
749
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 747

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

Instance Attribute Details

#active_apk_setsArray<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



745
746
747
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 745

def active_apk_sets
  @active_apk_sets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



752
753
754
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 752

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