class Google::Apis::TestingV1::GetApkDetailsResponse
Response containing the details of the specified Android application APK.
Attributes
apk_detail[RW]
Android application details based on application manifest and apk archive contents. Corresponds to the JSON property `apkDetail` @return [Google::Apis::TestingV1::ApkDetail]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 1072 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 1077 def update!(**args) @apk_detail = args[:apk_detail] if args.key?(:apk_detail) end