Class: Google::Apis::AndroidpublisherV2::UploadImagesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UploadImagesResponse

Returns a new instance of UploadImagesResponse.



671
672
673
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 671

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

Instance Attribute Details

#imageGoogle::Apis::AndroidpublisherV2::Image

Corresponds to the JSON property image



669
670
671
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 669

def image
  @image
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



676
677
678
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 676

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