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.
232 233 234 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 232 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
225 226 227 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 225 def apk_description @apk_description end |
#module_metadata ⇒ Google::Apis::AndroidpublisherV3::ModuleMetadata
Metadata of a module.
Corresponds to the JSON property moduleMetadata
230 231 232 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 230 def @module_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
237 238 239 240 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 237 def update!(**args) @apk_description = args[:apk_description] if args.key?(:apk_description) @module_metadata = args[:module_metadata] if args.key?(:module_metadata) end |