Class: Google::Cloud::Firestore::CommitResponse::WriteResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Firestore::CommitResponse::WriteResult
 
 
- Defined in:
 - lib/google/cloud/firestore/commit_response.rb
 
Overview
WriteResult
Represents the result of applying a write.
Instance Attribute Summary collapse
- 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last update time of the document after applying the write.
 
Instance Attribute Details
#update_time ⇒ Time
The last update time of the document after applying the write. Not set after a +delete+.
If the write did not actually change the document, this will be the previous update_time.
      140 141 142  | 
    
      # File 'lib/google/cloud/firestore/commit_response.rb', line 140 def update_time @update_time end  |