class Google::Apis::AndroidpublisherV2::UploadImagesResponse

Attributes

image[RW]

Corresponds to the JSON property `image` @return [Google::Apis::AndroidpublisherV2::Image]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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