public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Histogram result that matches [HistogramQuery][google.cloud.talent.v4.HistogramQuery] specified in searches.
[[["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-04-17 UTC."],[[["This webpage details the `HistogramQueryResult` class, which is used to represent the results of a histogram query within the Google Cloud Talent V4 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The `HistogramQueryResult` class includes properties like `Histogram`, a map containing the histogram data, and `HistogramQuery`, which stores the requested histogram expression."],["There are multiple versions of the HistogramQueryResult, with the latest version being 2.7.0, and versions ranging back to 1.0.0."],["The `HistogramQueryResult` object has two constructors: a default constructor and a constructor that accepts another `HistogramQueryResult` object for cloning."]]],[]]