[[["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 `ValueFrequency` class within the `Google.Cloud.Dlp.V2` namespace, specifically for .NET development."],["The `ValueFrequency` class represents a field's value, including how many times it appears, and is included in various versions starting from 2.15.0 to the latest, 4.16.0."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cValueFrequency\u003e`, `IDeepCloneable\u003cValueFrequency\u003e`, and `IBufferMessage`, with inheritance from the base `Object` class."],["Key properties of the `ValueFrequency` class are `Count`, which is a long integer, representing the frequency, and `Value`, that represents the actual value within the field, of type Value."],["The class has two constructors: a default constructor, `ValueFrequency()`, and another constructor `ValueFrequency(ValueFrequency other)` that takes another `ValueFrequency` object as a parameter."]]],[]]