Class: Google::Apis::StreetviewpublishV1::BatchUpdatePhotosResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::StreetviewpublishV1::BatchUpdatePhotosResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/streetviewpublish_v1/classes.rb,
 generated/google/apis/streetviewpublish_v1/representations.rb,
 generated/google/apis/streetviewpublish_v1/representations.rb
Overview
Response to batch update of metadata of one or more Photos.
Instance Attribute Summary collapse
- 
  
    
      #results  ⇒ Array<Google::Apis::StreetviewpublishV1::PhotoResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    List of results for each individual Photo updated, in the same order as the request. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchUpdatePhotosResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchUpdatePhotosResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchUpdatePhotosResponse
Returns a new instance of BatchUpdatePhotosResponse
| 122 123 124 | # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 122 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#results ⇒ Array<Google::Apis::StreetviewpublishV1::PhotoResponse>
List of results for each individual
Photo updated, in the same order as
the request.
Corresponds to the JSON property results
| 120 121 122 | # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 120 def results @results end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 127 128 129 | # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 127 def update!(**args) @results = args[:results] if args.key?(:results) end |