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 available in multiple versions, ranging from version 1.0.0 to the latest version 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 provides two constructors: a default constructor `UrlMapReference()` and a copy constructor `UrlMapReference(UrlMapReference other)`."],["It contains two properties: `HasUrlMap`, which is a boolean indicating whether the \"url_map\" field is set, and `UrlMap`, which is a string property."],["The `UrlMapReference` class can be found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]