public sealed class LDiversityConfig : IMessage<PrivacyMetric.Types.LDiversityConfig>, IEquatable<PrivacyMetric.Types.LDiversityConfig>, IDeepCloneable<PrivacyMetric.Types.LDiversityConfig>, IBufferMessage, IMessage
l-diversity metric, used for analysis of reidentification risk.
Set of quasi-identifiers indicating how equivalence classes are
defined for the l-diversity computation. When multiple fields are
specified, they are considered a single composite key.
[[["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-24 UTC."],[[["This webpage details the `LDiversityConfig` class, which is a part of Google Cloud's Data Loss Prevention (DLP) API used for analyzing re-identification risk through the l-diversity metric."],["The `LDiversityConfig` class is available in various versions of the Google.Cloud.Dlp.V2 library, ranging from version 2.15.0 up to the latest version 4.16.0, and contains the list of versions of this class."],["`LDiversityConfig` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor `LDiversityConfig()` and an overloaded constructor `LDiversityConfig(PrivacyMetric.Types.LDiversityConfig)` allowing for cloning from an existing configuration."],["The `LDiversityConfig` class contains two properties `QuasiIds`, which defines the fields of equivalence classes, and `SensitiveAttribute`, defining the sensitive field used to compute the l-value."]]],[]]