Class: Google::Apis::AndroidpublisherV2::UploadImagesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::UploadImagesResponse
- 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
-
#image ⇒ Google::Apis::AndroidpublisherV2::Image
Corresponds to the JSON property
image
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadImagesResponse
constructor
A new instance of UploadImagesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UploadImagesResponse
Returns a new instance of UploadImagesResponse
746 747 748 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image ⇒ Google::Apis::AndroidpublisherV2::Image
Corresponds to the JSON property image
744 745 746 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 744 def image @image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
751 752 753 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 751 def update!(**args) @image = args[:image] if args.key?(:image) end |