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-09 UTC."],[[["The `UrlMapReference` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions, ranging from version 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `UrlMapReference` class offers two constructors: a default constructor and one that takes another `UrlMapReference` object as a parameter."],["Key properties of the class include `HasUrlMap`, which indicates whether the \"url_map\" field is set, and `UrlMap`, which is a string property for storing the URL map data."],["The documentation provides links to each version of `UrlMapReference` available for download, allowing users to select the specific version necessary for their implementation."]]],[]]