Class: Google::Apis::TestingV1::ApkDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApkDetail

Returns a new instance of ApkDetail.



640
641
642
# File 'generated/google/apis/testing_v1/classes.rb', line 640

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#apk_manifestGoogle::Apis::TestingV1::ApkManifest

An Android app manifest. See http://developer.android.com/guide/topics/ manifest/manifest-intro.html Corresponds to the JSON property apkManifest



638
639
640
# File 'generated/google/apis/testing_v1/classes.rb', line 638

def apk_manifest
  @apk_manifest
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



645
646
647
# File 'generated/google/apis/testing_v1/classes.rb', line 645

def update!(**args)
  @apk_manifest = args[:apk_manifest] if args.key?(:apk_manifest)
end