Class: Google::Apis::TestingV1::GetApkDetailsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/testing_v1/classes.rb,
lib/google/apis/testing_v1/representations.rb,
lib/google/apis/testing_v1/representations.rb

Overview

Response containing the details of the specified Android application.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetApkDetailsResponse

Returns a new instance of GetApkDetailsResponse.



1252
1253
1254
# File 'lib/google/apis/testing_v1/classes.rb', line 1252

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

Instance Attribute Details

#apk_detailGoogle::Apis::TestingV1::ApkDetail

Android application details based on application manifest and archive contents. Corresponds to the JSON property apkDetail



1250
1251
1252
# File 'lib/google/apis/testing_v1/classes.rb', line 1250

def apk_detail
  @apk_detail
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1257
1258
1259
# File 'lib/google/apis/testing_v1/classes.rb', line 1257

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