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."],[[["This webpage details the `SearchUrisResponse` class within the `Google.Cloud.WebRisk.V1` namespace, specifically for version 2.3.0."],["The `SearchUrisResponse` class is used to check if a URI is associated with a web threat and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and has two constructors: a default constructor and one that accepts another `SearchUrisResponse` object."],["The `SearchUrisResponse` class has a `Threat` property of type `SearchUrisResponse.Types.ThreatUri` that represents a list of potential web threats related to a URI and can be empty if there are no current threats."],["This documentation shows the inheritance hierarchy and implemented interfaces, as well as inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]