Class: Google::Apis::AndroidpublisherV2::ListImagesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListImagesResponse

Returns a new instance of ListImagesResponse.



733
734
735
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 733

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#imagesArray<Google::Apis::AndroidpublisherV2::Image>

Corresponds to the JSON property images



731
732
733
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 731

def images
  @images
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



738
739
740
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 738

def update!(**args)
  @images = args[:images] if args.key?(:images)
end