public sealed class SearchHashesResponse : IMessage<SearchHashesResponse>, IEquatable<SearchHashesResponse>, IDeepCloneable<SearchHashesResponse>, 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-21 UTC."],[[["The latest version of `SearchHashesResponse` is 2.6.0, with this documentation specifically covering version 1.3.0."],["`SearchHashesResponse` is a class in the `Google.Cloud.WebRisk.V1` namespace that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SearchHashesResponse` contains properties for `NegativeExpireTime`, which determines the duration to cache responses for non-matching entities, and `Threats`, which represents the full hashes matching the requested prefixes."],["The `SearchHashesResponse` class is constructed either as a new object with default values, or by copying the value of an existing `SearchHashesResponse` object, which is given as a parameter."],["The SearchHashesResponse class inherits methods from the Object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]