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 `SearchHashesResponse` class is part of the `Google.Cloud.WebRisk.V1Beta1` namespace and is found in the `Google.Cloud.WebRisk.V1Beta1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It inherits from the base `Object` class and has two constructors: a default constructor and one that takes another `SearchHashesResponse` object as a parameter."],["The class includes properties such as `NegativeExpireTime`, which specifies the caching duration for non-matching entities, and `Threats`, a `RepeatedField` containing the matching threat hashes."],["The latest and other versions are listed, such as `3.0.0-beta05`, `3.0.0-beta04` and `2.0.0-beta05`."]]],[]]