Class: Google::Privacy::Dlp::V2beta1::TableLocation
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::TableLocation
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Location of a finding within a +ContentItem.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.
164 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 164 class TableLocation; end |