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.
11782 11783 11784 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11782 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
11780 11781 11782 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11780 def apk_id @apk_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11787 11788 11789 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11787 def update!(**args) @apk_id = args[:apk_id] if args.key?(:apk_id) end |