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
686 687 688 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 686 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image ⇒ Google::Apis::AndroidpublisherV2::Image
Corresponds to the JSON property image
684 685 686 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 684 def image @image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
691 692 693 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 691 def update!(**args) @image = args[:image] if args.key?(:image) end |