Class: Google::Apis::AndroidpublisherV3::ImagesUploadResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ImagesUploadResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
-
#image ⇒ Google::Apis::AndroidpublisherV3::Image
Corresponds to the JSON property
image
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImagesUploadResponse
constructor
A new instance of ImagesUploadResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImagesUploadResponse
Returns a new instance of ImagesUploadResponse
695 696 697 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 695 def initialize(**args) update!(**args) end |
Instance Attribute Details
#image ⇒ Google::Apis::AndroidpublisherV3::Image
Corresponds to the JSON property image
693 694 695 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 693 def image @image end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
700 701 702 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 700 def update!(**args) @image = args[:image] if args.key?(:image) end |