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.Dlp.V2` namespace and is used to represent the results of an l-diversity computation."],["The `LDiversityResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can handle message serialization, equality checks, deep cloning, and buffered data."],["The class has a constructor, `LDiversityResult()`, which is used for its initialization and another constructor, `LDiversityResult(AnalyzeDataSourceRiskDetails.Types.LDiversityResult other)`, which allows for copying existing `LDiversityResult` instances."],["The `SensitiveValueFrequencyHistogramBuckets` property provides a histogram of l-diversity equivalence class sensitive value frequencies, offering insights into the distribution of sensitive data within the dataset."],["The documentation covers a range of versions for the `LDiversityResult`, from 2.15.0 up to the latest version 4.16.0, providing a comprehensive history and access to different release versions of the software."]]],[]]