Class: Google::Apis::AndroidpublisherV3::UploadImageResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::UploadImageResponse
- 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 image.
Instance Attribute Summary collapse
-
#image_id ⇒ String
The unique ID of the uploaded image.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadImageResponse
constructor
A new instance of UploadImageResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadImageResponse
Returns a new instance of UploadImageResponse.
11600 11601 11602 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11600 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image_id ⇒ String
The unique ID of the uploaded image.
Corresponds to the JSON property imageId
11598 11599 11600 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11598 def image_id @image_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11605 11606 11607 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 11605 def update!(**args) @image_id = args[:image_id] if args.key?(:image_id) end |