Class: Google::Apis::AndroidpublisherV3::UploadApkResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idString

The unique ID of the uploaded APK. Corresponds to the JSON property apkId

Returns:

  • (String)


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