Class: Google::Apis::StreetviewpublishV1::BatchDeletePhotosResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::StreetviewpublishV1::BatchDeletePhotosResponse
 
 
- 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 delete of one or more Photos.
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Array<Google::Apis::StreetviewpublishV1::Status> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status for the operation to delete a single Photo in the batch request.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchDeletePhotosResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchDeletePhotosResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchDeletePhotosResponse
Returns a new instance of BatchDeletePhotosResponse
      57 58 59  | 
    
      # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 57 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#status ⇒ Array<Google::Apis::StreetviewpublishV1::Status>
The status for the operation to delete a single
Photo in the batch request.
Corresponds to the JSON property status
      55 56 57  | 
    
      # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 55 def status @status end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      62 63 64  | 
    
      # File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 62 def update!(**args) @status = args[:status] if args.key?(:status) end  |