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 is a core component of the Google.Cloud.WebRisk.V1 namespace, specifically within version 1.3.0, and is utilized for handling responses related to searching URIs."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile operations like deep cloning and comparison."],["`SearchUrisResponse` inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing it with fundamental object functionalities."],["The class includes a `Threat` property of type `SearchUrisResponse.Types.ThreatUri`, which indicates whether a URI matches any threat lists, or is empty when the URI is not on any list."],["The library supports multiple versions, ranging from 1.2.0 to 2.6.0, with the latest version being 2.6.0, for the `SearchUrisResponse` class in the Google Cloud Web Risk API."]]],[]]