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.0.0 of the API."],["The `SearchUrisResponse` class inherits from `Object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors: a default constructor (`SearchUrisResponse()`) and a copy constructor (`SearchUrisResponse(SearchUrisResponse other)`), which takes another `SearchUrisResponse` object as a parameter."],["The `SearchUrisResponse` class has one property named `Threat` of type `SearchUrisResponse.Types.ThreatUri`, that can contain a list of matched threats."],["The page also lists all prior versions of this API, with 2.6.0 being the latest, followed by a list of all previous versions dating back to 1.2.0."]]],[]]