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.5.0 of the Google Cloud WebRisk library."],["The `SearchHashesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The class has two constructors: a default constructor and another that accepts a `SearchHashesResponse` object as a parameter for copying."],["Key properties include `NegativeExpireTime`, which defines the cache duration for non-matching entities, and `Threats`, a collection of matched threat hashes."],["The webpage provides documentation for multiple versions of the `Google.Cloud.WebRisk.V1` library, ranging from version 1.2.0 up to the latest version 2.6.0, along with links to documentation for each."]]],[]]