Class: Google::Apis::AndroidpublisherV3::ImagesListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::ImagesListResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
 generated/google/apis/androidpublisher_v3/representations.rb,
 generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #images  ⇒ Array<Google::Apis::AndroidpublisherV3::Image> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property images.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImagesListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ImagesListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImagesListResponse
Returns a new instance of ImagesListResponse
| 676 677 678 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 676 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#images ⇒ Array<Google::Apis::AndroidpublisherV3::Image>
Corresponds to the JSON property images
| 674 675 676 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 674 def images @images end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 681 682 683 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 681 def update!(**args) @images = args[:images] if args.key?(:images) end |