Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1TableLocation
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1TableLocation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
Location of a finding within a ContentItem.Table
.
Instance Attribute Summary collapse
-
#row_index ⇒ Fixnum
The zero-based index of the row where the finding is located.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1TableLocation
constructor
A new instance of GooglePrivacyDlpV2beta1TableLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1TableLocation
Returns a new instance of GooglePrivacyDlpV2beta1TableLocation
2903 2904 2905 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2903 def initialize(**args) update!(**args) end |
Instance Attribute Details
#row_index ⇒ Fixnum
The zero-based index of the row where the finding is located.
Corresponds to the JSON property rowIndex
2901 2902 2903 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2901 def row_index @row_index end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2908 2909 2910 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2908 def update!(**args) @row_index = args[:row_index] if args.key?(:row_index) end |