public sealed class SensitivityScore : IMessage<SensitivityScore>, IEquatable<SensitivityScore>, IDeepCloneable<SensitivityScore>, IBufferMessage, IMessage
Score is a summary of all elements in the data profile.
A higher number means more sensitive.
[[["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 provides documentation for the `SensitivityScore` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality and usage."],["The `SensitivityScore` class, used for representing a summary of all elements in a data profile, where a higher score corresponds to increased sensitivity, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers versions of `Google.Cloud.Dlp.V2.SensitivityScore` from version 2.15.0 to the latest version 4.16.0, including a constructor section and a property called `Score`."],["The class is derived from the `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class includes a property called `Score` of the type `SensitivityScore.Types.SensitivityScoreLevel` that represents the applied sensitivity score to a resource."]]],[]]