Class: Google::Privacy::Dlp::V2::DocumentLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::DocumentLocation
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Location of a finding within a document.
Instance Attribute Summary collapse
- 
  
    
      #file_offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Offset of the line, from the beginning of the file, where the finding is located.
 
Instance Attribute Details
#file_offset ⇒ Integer
Returns Offset of the line, from the beginning of the file, where the finding is located.
      235  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 235 class DocumentLocation; end  |