class Google::Apis::AndroidpublisherV2::ListImagesResponse
Attributes
images[RW]
Corresponds to the JSON property `images` @return [Array<Google::Apis::AndroidpublisherV2::Image>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 564 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidpublisher_v2/classes.rb, line 569 def update!(**args) @images = args[:images] if args.key?(:images) end