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.
2843 2844 2845 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2843 def initialize(**args) update!(**args) end |
Instance Attribute Details
#images ⇒ Array<Google::Apis::AndroidpublisherV3::Image>
All listed Images.
Corresponds to the JSON property images
2841 2842 2843 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2841 def images @images end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2848 2849 2850 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2848 def update!(**args) @images = args[:images] if args.key?(:images) end |