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



727
728
729
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 727

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

Instance Attribute Details

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

Corresponds to the JSON property images



725
726
727
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 725

def images
  @images
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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