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 webpage details the `SearchUrisResponse` class within the `Google.Cloud.WebRisk.V1` namespace, specifically focusing on version 2.5.0."],["This class, `SearchUrisResponse`, is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SearchUrisResponse` class includes two constructors: a default constructor `SearchUrisResponse()` and a copy constructor `SearchUrisResponse(SearchUrisResponse other)`."],["The class features a `Threat` property, which is of type `SearchUrisResponse.Types.ThreatUri`, that represents any matches to known threat lists."],["The webpage also provides access to older versions of this class, with the latest version being 2.6.0."]]],[]]