Class: Google::Apis::AndroidpublisherV3::ImagesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ImagesUploadResponse
- 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 ⇒ Google::Apis::AndroidpublisherV3::Image
An uploaded image.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImagesUploadResponse
constructor
A new instance of ImagesUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImagesUploadResponse
Returns a new instance of ImagesUploadResponse.
2862 2863 2864 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image ⇒ Google::Apis::AndroidpublisherV3::Image
An uploaded image. The resource for ImagesService.
Corresponds to the JSON property image
2860 2861 2862 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2860 def image @image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2867 2868 2869 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2867 def update!(**args) @image = args[:image] if args.key?(:image) end |