class Google::Apis::TestingV1::ApkDetail
Android application details based on application manifest and apk archive contents.
Attributes
apk_manifest[RW]
An Android app manifest. See developer.android.com/guide/topics/ manifest/manifest-intro.html Corresponds to the JSON property `apkManifest` @return [Google::Apis::TestingV1::ApkManifest]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 647 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/testing_v1/classes.rb, line 652 def update!(**args) @apk_manifest = args[:apk_manifest] if args.key?(:apk_manifest) end