class Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdField
A quasi-identifier column has a custom_tag
, used to know which column in the data corresponds to which column in the statistical model.
Attributes
custom_tag[RW]
A auxiliary field. Corresponds to the JSON property `customTag` @return [String]
field[RW]
General identifier of a data field in a storage service. Corresponds to the JSON property `field` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4840 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 4845 def update!(**args) @custom_tag = args[:custom_tag] if args.key?(:custom_tag) @field = args[:field] if args.key?(:field) end