public sealed class ThreatHash : IMessage<SearchHashesResponse.Types.ThreatHash>, IEquatable<SearchHashesResponse.Types.ThreatHash>, IDeepCloneable<SearchHashesResponse.Types.ThreatHash>, 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 latest version of the `ThreatHash` class is 2.6.0, with other available versions ranging from 1.2.0 to 2.5.0, all accessible via their respective documentation links."],["`ThreatHash` is a class that provides threat information for a matching hash and is found in the `Google.Cloud.WebRisk.V1` namespace, which is part of the `Google.Cloud.WebRisk.V1.dll` assembly."],["The `ThreatHash` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties within `ThreatHash` include `ExpireTime` (a timestamp for cache lifetime), `Hash` (a 32-byte SHA256 hash), and `ThreatTypes` (a list indicating which threat list it belongs to)."],["There are two constructors available: a default constructor, `ThreatHash()`, and a constructor that takes another `ThreatHash` object as input, `ThreatHash(SearchHashesResponse.Types.ThreatHash other)`."]]],[]]