Class: Google::Apis::AndroidpublisherV3::ApkSet

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

A set of apks representing a module.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApkSet

Returns a new instance of ApkSet.



443
444
445
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 443

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

Instance Attribute Details

#apk_descriptionArray<Google::Apis::AndroidpublisherV3::ApkDescription>

Description of the generated apks. Corresponds to the JSON property apkDescription



436
437
438
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 436

def apk_description
  @apk_description
end

#module_metadataGoogle::Apis::AndroidpublisherV3::ModuleMetadata

Metadata of a module. Corresponds to the JSON property moduleMetadata



441
442
443
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 441

def 
  @module_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



448
449
450
451
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 448

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