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.
3895 3896 3897 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3895 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
3893 3894 3895 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3893 def image @image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3900 3901 3902 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3900 def update!(**args) @image = args[:image] if args.key?(:image) end |