Class: Google::Privacy::Dlp::V2::TableLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::TableLocation
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Location of a finding within a table.
Instance Attribute Summary collapse
- 
  
    
      #row_index  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The zero-based index of the row where the finding is located.
 
Instance Attribute Details
#row_index ⇒ Integer
Returns The zero-based index of the row where the finding is located.
      253  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 253 class TableLocation; end  |