public sealed class SearchUrisResponse : IMessage<SearchUrisResponse>, IEquatable<SearchUrisResponse>, IDeepCloneable<SearchUrisResponse>, 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 `SearchUrisResponse` class, part of the `Google.Cloud.WebRisk.V1` namespace, is used for responses related to URI searches in the Web Risk API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Multiple versions of `SearchUrisResponse` are available, with 2.6.0 being the latest and accessible via provided links, and 2.2.0 is used for this specific page's documentation."],["The `SearchUrisResponse` class provides two constructors: a default constructor and one that takes another `SearchUrisResponse` object as a parameter for copying."],["A key property of `SearchUrisResponse` is `Threat`, which indicates potential threat list matches for the searched URI, and has the type of `SearchUrisResponse.Types.ThreatUri`."]]],[]]