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 `ThreatHash` class contains information about a matching threat hash and is part of the `Google.Cloud.WebRisk.V1` namespace, version 2.0.0."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning, equality checks, and message handling."],["The class includes properties such as `ExpireTime`, `Hash`, and `ThreatTypes`, which respectively represent the cache lifetime of the match, a 32-byte SHA256 hash, and the list of threat types associated with the threat."],["There are 2 constructors, a default empty one, and one that accepts another `ThreatHash` object as an argument, for initialisation."],["The class contains the definition of what is required for a threat to match, including at least one `ThreatType`."]]],[]]