Class: Google::Apis::AndroidpublisherV3::UploadApkResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::UploadApkResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Response for uploading an APK.
Instance Attribute Summary collapse
-
#apk_id ⇒ String
The unique ID of the uploaded APK.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadApkResponse
constructor
A new instance of UploadApkResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadApkResponse
Returns a new instance of UploadApkResponse.
11530 11531 11532 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11530 def initialize(**args) update!(**args) end |
Instance Attribute Details
#apk_id ⇒ String
The unique ID of the uploaded APK.
Corresponds to the JSON property apkId
11528 11529 11530 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11528 def apk_id @apk_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11535 11536 11537 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11535 def update!(**args) @apk_id = args[:apk_id] if args.key?(:apk_id) end |