Class: Google::Apis::AndroidpublisherV3::ImagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ImagesListResponse
- 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 listing all images.
Instance Attribute Summary collapse
-
#images ⇒ Array<Google::Apis::AndroidpublisherV3::Image>
All listed Images.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImagesListResponse
constructor
A new instance of ImagesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImagesListResponse
Returns a new instance of ImagesListResponse.
3895 3896 3897 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3895 def initialize(**args) update!(**args) end |
Instance Attribute Details
#images ⇒ Array<Google::Apis::AndroidpublisherV3::Image>
All listed Images.
Corresponds to the JSON property images
3893 3894 3895 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3893 def images @images end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3900 3901 3902 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3900 def update!(**args) @images = args[:images] if args.key?(:images) end |