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."],[[["This documentation pertains to the `ThreatUri` class, which is part of the Google.Cloud.WebRisk.V1Beta1 namespace and is used for containing threat information related to a matching URI."],["The `ThreatUri` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing standard functionality for message handling and object comparison."],["`ThreatUri` has two constructors: a default constructor and a constructor that accepts another `ThreatUri` instance for copying its properties."],["The class includes two primary properties, `ExpireTime`, which is a `Timestamp` indicating the cache lifetime for a matched URI, and `ThreatTypes`, a `RepeatedField` that contains the `ThreatType` information associated with the URI."],["There are multiple versions of this documentation available, including the latest `3.0.0-beta05` and previous `3.0.0-beta04` and `2.0.0-beta05` versions, each linked for reference."]]],[]]