public sealed class KAnonymityResult : IMessage<AnalyzeDataSourceRiskDetails.Types.KAnonymityResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.KAnonymityResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.KAnonymityResult>, 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."],[[["The latest version of the `KAnonymityResult` class is 4.16.0, with multiple previous versions available for reference, ranging back to version 2.15.0."],["`KAnonymityResult` is a class used for computing k-anonymity, which is derived from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `KAnonymityResult` class has a constructor that takes another `KAnonymityResult` object as a parameter, allowing for object duplication, and a default constructor."],["A key property of the `KAnonymityResult` class is `EquivalenceClassHistogramBuckets`, which provides a histogram of k-anonymity equivalence classes, and is a RepeatedField of `KAnonymityHistogramBucket`."]]],[]]