Class: Google::Apis::TestingV1::ApkDetail
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::ApkDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb
Overview
Android application details based on application manifest and apk archive contents.
Instance Attribute Summary collapse
-
#apk_manifest ⇒ Google::Apis::TestingV1::ApkManifest
An Android app manifest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApkDetail
constructor
A new instance of ApkDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ApkDetail
Returns a new instance of ApkDetail
655 656 657 |
# File 'generated/google/apis/testing_v1/classes.rb', line 655 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apk_manifest ⇒ Google::Apis::TestingV1::ApkManifest
An Android app manifest. See
http://developer.android.com/guide/topics/manifest/manifest-intro.html
Corresponds to the JSON property apkManifest
653 654 655 |
# File 'generated/google/apis/testing_v1/classes.rb', line 653 def apk_manifest @apk_manifest end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
660 661 662 |
# File 'generated/google/apis/testing_v1/classes.rb', line 660 def update!(**args) @apk_manifest = args[:apk_manifest] if args.key?(:apk_manifest) end |