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.0.0 of the API."],["The `SearchHashesResponse` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling functionalities such as message handling, equality checks, deep cloning, and buffered message support."],["The class has two constructors: a default constructor and one that accepts another `SearchHashesResponse` object as a parameter."],["Key properties include `NegativeExpireTime`, which indicates the caching duration for non-matching entities, and `Threats`, a `RepeatedField` containing matched threat hashes."],["The page provides documentation for other versions of the API, ranging from 1.2.0 to 2.6.0 (latest), demonstrating a history of updates and the latest release."]]],[]]