public sealed class UrlMapsValidateResponse : IMessage<UrlMapsValidateResponse>, IEquatable<UrlMapsValidateResponse>, IDeepCloneable<UrlMapsValidateResponse>, 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-31 UTC."],[[["The `UrlMapsValidateResponse` class is available in the `Google.Cloud.Compute.V1` namespace and `Google.Cloud.Compute.V1.dll` assembly, with version 3.6.0 being the latest and 1.0.0 being the oldest, spanning many versions in between."],["This class, `UrlMapsValidateResponse`, inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its structure and functionalities."],["The class provides two constructors: a default constructor, `UrlMapsValidateResponse()`, and another that accepts an `UrlMapsValidateResponse` instance, `UrlMapsValidateResponse(UrlMapsValidateResponse other)`."],["It has one property called `Result` of type `UrlMapValidationResult`, which can be used to get and set a value related to the result of a Url Map validation."],["The class also inherits the members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."]]],[]]