Class: Google::Apis::AndroidpublisherV3::ApkSet
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ApkSet
- 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
-
#apk_description ⇒ Array<Google::Apis::AndroidpublisherV3::ApkDescription>
Description of the generated apks.
-
#module_metadata ⇒ Google::Apis::AndroidpublisherV3::ModuleMetadata
Metadata of a module.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApkSet
constructor
A new instance of ApkSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApkSet
Returns a new instance of ApkSet.
361 362 363 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 361 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apk_description ⇒ Array<Google::Apis::AndroidpublisherV3::ApkDescription>
Description of the generated apks.
Corresponds to the JSON property apkDescription
354 355 356 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 354 def apk_description @apk_description end |
#module_metadata ⇒ Google::Apis::AndroidpublisherV3::ModuleMetadata
Metadata of a module.
Corresponds to the JSON property moduleMetadata
359 360 361 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 359 def @module_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
366 367 368 369 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 366 def update!(**args) @apk_description = args[:apk_description] if args.key?(:apk_description) @module_metadata = args[:module_metadata] if args.key?(:module_metadata) end |