class Google::Apis::AndroidpublisherV3::ImagesListResponse

Response listing all images.

Attributes

images[RW]

All listed Images. Corresponds to the JSON property `images` @return [Array<Google::Apis::AndroidpublisherV3::Image>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 716
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 721
def update!(**args)
  @images = args[:images] if args.key?(:images)
end