public sealed class UrlMapReference : IMessage<UrlMapReference>, IEquatable<UrlMapReference>, IDeepCloneable<UrlMapReference>, 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-04-02 UTC."],[[["The `UrlMapReference` class, part of the `Google.Cloud.Compute.V1` namespace, is implemented in the Google.Cloud.Compute.V1.dll assembly and is used to handle references to URL maps."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The latest version available for the `UrlMapReference` class is 3.6.0, with older versions listed down to version 1.0.0, and the page is specifically showing version 2.2.0."],["The class has two constructors: a default constructor `UrlMapReference()` and another one that allows copying an existing `UrlMapReference` object, `UrlMapReference(UrlMapReference other)`."],["It contains properties like `HasUrlMap`, a boolean indicating if the \"url_map\" field is set, and `UrlMap`, a string property that gets or sets the value of the url map."]]],[]]