public sealed class LDiversityResult : IMessage<AnalyzeDataSourceRiskDetails.Types.LDiversityResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.LDiversityResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.LDiversityResult>, IBufferMessage, IMessage
[[["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 `LDiversityResult` class, which is part of the Google Cloud Data Loss Prevention (DLP) library's `AnalyzeDataSourceRiskDetails.Types` namespace and is used for l-diversity computation results."],["The `LDiversityResult` class is part of the `Google.Cloud.Dlp.V2` namespace and is implemented across numerous versions, from 2.15.0 up to the latest 4.16.0, within the Google Cloud DLP .NET library."],["`LDiversityResult` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, enhancing its functionality and compatibility."],["The class has two constructors, a parameterless one and one that takes another `LDiversityResult` object, allowing for easy creation and cloning."],["The main property of this class is `SensitiveValueFrequencyHistogramBuckets`, which returns a histogram of l-diversity equivalence class sensitive value frequencies as a `RepeatedField` type."]]],[]]