public sealed class QuasiIdentifierField : IMessage<StatisticalTable.Types.QuasiIdentifierField>, IEquatable<StatisticalTable.Types.QuasiIdentifierField>, IDeepCloneable<StatisticalTable.Types.QuasiIdentifierField>, IBufferMessage, IMessage
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `StatisticalTable.Types.QuasiIdentifierField` is 4.16.0, with multiple previous versions also accessible, ranging from 4.15.0 down to 2.15.0."],["`QuasiIdentifierField` is a class within the `Google.Cloud.Dlp.V2` namespace that represents a column with a custom tag, which links data columns to their statistical models."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["The class has two constructors: one default, `QuasiIdentifierField()`, and one that takes another `StatisticalTable.Types.QuasiIdentifierField` object as a parameter to create a copy."],["`QuasiIdentifierField` objects contain two key properties: `CustomTag`, which is a string used to identify the column in auxiliary tables, and `Field`, of type `FieldId`, which directly identifies the column."]]],[]]