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 available is 4.16.0, part of the `Google.Cloud.Dlp.V2` library, with multiple prior versions listed."],["This page documents the `KAnonymityResult` class, which is used to provide the results of a k-anonymity computation, within the `AnalyzeDataSourceRiskDetails.Types` namespace."],["The `KAnonymityResult` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` ensuring compatibility with Google Protobuf and .NET practices."],["The class has two constructors, one default and another that accepts an existing `KAnonymityResult` object, enabling both new instance creation and copying of existing instances."],["The `KAnonymityResult` class contains a property named `EquivalenceClassHistogramBuckets`, which is of the type `RepeatedField\u003cAnalyzeDataSourceRiskDetails.Types.KAnonymityResult.Types.KAnonymityHistogramBucket\u003e` and contains the histogram of k-anonymity equivalence classes."]]],[]]