Class: Google::Apis::TestingV1::GetApkDetailsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::TestingV1::GetApkDetailsResponse
 
- 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
Response containing the details of the specified Android application APK.
Instance Attribute Summary collapse
- 
  
    
      #apk_detail  ⇒ Google::Apis::TestingV1::ApkDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Android application details based on application manifest and apk archive contents Corresponds to the JSON property apkDetail.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GetApkDetailsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetApkDetailsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetApkDetailsResponse
Returns a new instance of GetApkDetailsResponse
| 980 981 982 | # File 'generated/google/apis/testing_v1/classes.rb', line 980 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#apk_detail ⇒ Google::Apis::TestingV1::ApkDetail
Android application details based on application manifest and apk archive
contents
Corresponds to the JSON property apkDetail
| 978 979 980 | # File 'generated/google/apis/testing_v1/classes.rb', line 978 def apk_detail @apk_detail end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 985 986 987 | # File 'generated/google/apis/testing_v1/classes.rb', line 985 def update!(**args) @apk_detail = args[:apk_detail] if args.key?(:apk_detail) end |