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
| 654 655 656 | # File 'generated/google/apis/testing_v1/classes.rb', line 654 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
| 652 653 654 | # File 'generated/google/apis/testing_v1/classes.rb', line 652 def apk_manifest @apk_manifest end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 659 660 661 | # File 'generated/google/apis/testing_v1/classes.rb', line 659 def update!(**args) @apk_manifest = args[:apk_manifest] if args.key?(:apk_manifest) end |