Class: Google::Apis::AndroidpublisherV2::ListImagesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV2::ListImagesResponse
 
- 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
- 
  
    
      #images  ⇒ Array<Google::Apis::AndroidpublisherV2::Image> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property images.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListImagesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListImagesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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
#images ⇒ Array<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 |