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, found within the `Google.Cloud.WebRisk.V1` namespace, is used for handling responses related to searching for matching hashes."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["It is constructed through two methods, a parameterless constructor or a constructor taking in another `SearchHashesResponse` object."],["`SearchHashesResponse` contains two key properties: `NegativeExpireTime`, which specifies the caching duration for non-matching entities, and `Threats`, which holds a collection of matched full threat hashes."],["The latest version available is 2.6.0 and this page covers version 2.3.0, with several versions in between and below available to view."]]],[]]