Class: Google::Apis::AndroidpublisherV3::ImagesUploadResponse

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 image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImagesUploadResponse

Returns a new instance of ImagesUploadResponse.



1055
1056
1057
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1055

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#imageGoogle::Apis::AndroidpublisherV3::Image

An uploaded image. The resource for ImagesService. Corresponds to the JSON property image



1053
1054
1055
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1053

def image
  @image
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1060
1061
1062
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1060

def update!(**args)
  @image = args[:image] if args.key?(:image)
end