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-21 UTC."],[[["This page details the `LDiversityConfig` class within the `Google.Cloud.Dlp.V2` namespace, which is a key component for calculating l-diversity, a privacy metric used in re-identification risk analysis."],["The `LDiversityConfig` class, implemented from several interfaces, including `IMessage` and `IEquatable`, defines how equivalence classes are established and the l-value is computed through its `QuasiIds` and `SensitiveAttribute` properties."],["The `LDiversityConfig` class is available across multiple versions, ranging from 2.15.0 to the latest version 4.16.0, including the specific version 3.3.0 which this content focuses on."],["The class includes two constructors for creating `LDiversityConfig` objects, one default and another that accepts another `LDiversityConfig` instance as a parameter."],["This document highlights the inherited members from the base `System.Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]