Class: Google::Apis::AndroidpublisherV3::ImagesListResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::ImagesListResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb 
Overview
Response listing all images.
Instance Attribute Summary collapse
- 
  
    
      #images  ⇒ Array<Google::Apis::AndroidpublisherV3::Image> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All listed Images.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImagesListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ImagesListResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ImagesListResponse
Returns a new instance of ImagesListResponse.
      2864 2865 2866  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2864 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#images ⇒ Array<Google::Apis::AndroidpublisherV3::Image>
All listed Images.
Corresponds to the JSON property images
      2862 2863 2864  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2862 def images @images end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2869 2870 2871  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2869 def update!(**args) @images = args[:images] if args.key?(:images) end  |