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."],[[["This webpage details the `SearchHashesResponse` class within the `Google.Cloud.WebRisk.V1` namespace, specifically for version 2.4.0 of the .NET library."],["The `SearchHashesResponse` class is a sealed class that inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and another that accepts an existing `SearchHashesResponse` object for initialization."],["It includes two key properties: `NegativeExpireTime`, which indicates how long to cache responses for entities not matching the threat list, and `Threats`, which is a collection of full hashes that matched the requested prefixes."],["The page provides access to versions of the `SearchHashesResponse` class, ranging from 1.2.0 up to 2.6.0, with 2.6.0 being the latest version."]]],[]]