public sealed class ThreatUri : IMessage<SearchUrisResponse.Types.ThreatUri>, IEquatable<SearchUrisResponse.Types.ThreatUri>, IDeepCloneable<SearchUrisResponse.Types.ThreatUri>, 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 `ThreatUri` class in the `Google.Cloud.WebRisk.V1` namespace is designed to contain threat information related to a matching URI, and it's part of the Google Cloud Web Risk service."],["`ThreatUri` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class includes properties like `ExpireTime`, representing the cache lifetime of a match, and `ThreatTypes`, indicating the specific threat lists a threat belongs to, both crucial for managing and understanding the nature of the threat."],["There are different version available of this `ThreatUri` resource, ranging from 1.2.0 to the latest version, 2.6.0."]]],[]]