class Google::Apis::AndroidpublisherV3::ImagesUploadResponse

Response for uploading an image.

Attributes

image[RW]

An uploaded image. The resource for ImagesService. Corresponds to the JSON property `image` @return [Google::Apis::AndroidpublisherV3::Image]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 735
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 740
def update!(**args)
  @image = args[:image] if args.key?(:image)
end