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 a core component of the Google.Cloud.WebRisk.V1 namespace, designed for managing responses related to hash searches."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in data handling and object management."],["The latest version available for `SearchHashesResponse` is 2.6.0, and there are older versions available dating back to 1.2.0, meaning multiple version may be in use."],["`SearchHashesResponse` includes two key properties: `NegativeExpireTime`, which dictates the caching duration for non-matching entities, and `Threats`, which contains the full hashes that matched the requested prefixes."],["There are two constructors available for the `SearchHashesResponse` class: a default constructor and a copy constructor, allowing to create a new instance based on an existing one."]]],[]]