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."],[[["This page provides documentation for the `UrlMapReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality in .NET."],["The latest available version is 3.6.0, with documentation provided for numerous earlier versions, dating back to 1.0.0."],["The `UrlMapReference` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties: `HasUrlMap`, which is a boolean to check whether the \"url_map\" field is set, and `UrlMap`, a string that allows you to set or get a url."],["It includes two constructors, a default one `UrlMapReference()` and another `UrlMapReference(UrlMapReference other)` that uses an existing UrlMapReference object as a parameter."]]],[]]