Class: Google::Apis::AndroidpublisherV3::UploadImageResponse

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) ⇒ UploadImageResponse

Returns a new instance of UploadImageResponse.



10864
10865
10866
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10864

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

Instance Attribute Details

#image_idString

The unique ID of the uploaded image. Corresponds to the JSON property imageId

Returns:

  • (String)


10862
10863
10864
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10862

def image_id
  @image_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10869
10870
10871
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 10869

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