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-03-31 UTC."],[[["This webpage provides documentation for the `UrlMapReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its versions, inheritance, implementations, constructors, and properties."],["The `UrlMapReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version documented is 3.6.0, and the page lists multiple versions of the documentation, ranging from 1.0.0 to 3.6.0, and can be accessed through the links provided."],["The class has two constructors: a default constructor `UrlMapReference()` and a copy constructor `UrlMapReference(UrlMapReference other)`, which takes another `UrlMapReference` object as a parameter."],["The class contains two properties, `HasUrlMap`, which is a boolean indicating if the url_map is set, and `UrlMap`, which is a string that stores the url map data."]]],[]]