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.
10794 10795 10796 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10794 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
10792 10793 10794 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10792 def apk_id @apk_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10799 10800 10801 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10799 def update!(**args) @apk_id = args[:apk_id] if args.key?(:apk_id) end |