Class: Google::Apis::PhotoslibraryV1::BatchCreateMediaItemsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PhotoslibraryV1::BatchCreateMediaItemsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/photoslibrary_v1/classes.rb,
 generated/google/apis/photoslibrary_v1/representations.rb,
 generated/google/apis/photoslibrary_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #new_media_item_results  ⇒ Array<Google::Apis::PhotoslibraryV1::NewMediaItemResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Output only] List of media items which were created. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchCreateMediaItemsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchCreateMediaItemsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreateMediaItemsResponse
Returns a new instance of BatchCreateMediaItemsResponse
| 216 217 218 | # File 'generated/google/apis/photoslibrary_v1/classes.rb', line 216 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#new_media_item_results ⇒ Array<Google::Apis::PhotoslibraryV1::NewMediaItemResult>
[Output only] List of media items which were created.
Corresponds to the JSON property newMediaItemResults
| 214 215 216 | # File 'generated/google/apis/photoslibrary_v1/classes.rb', line 214 def new_media_item_results @new_media_item_results end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 221 222 223 | # File 'generated/google/apis/photoslibrary_v1/classes.rb', line 221 def update!(**args) @new_media_item_results = args[:new_media_item_results] if args.key?(:new_media_item_results) end |