class Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions

Instructions regarding the table content being inspected.

Attributes

identifying_fields[RW]

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided. Corresponds to the JSON property `identifyingFields` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5897
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 5902
def update!(**args)
  @identifying_fields = args[:identifying_fields] if args.key?(:identifying_fields)
end