public sealed class GetRegionUrlMapRequest : IMessage<GetRegionUrlMapRequest>, IEquatable<GetRegionUrlMapRequest>, IDeepCloneable<GetRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Get. See the method description for details.
[[["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 latest version available for `GetRegionUrlMapRequest` is 3.6.0, with a range of versions from 1.0.0 to 3.6.0 available."],["`GetRegionUrlMapRequest` is a request message used for RegionUrlMaps.Get, which retrieves information about a specific URL map."],["The `GetRegionUrlMapRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has three key properties: `Project` (project ID), `Region` (region name), and `UrlMap` (URL map resource name), all of type string."],["It has two constructors, one that is empty and one that takes another GetRegionUrlMapRequest as a parameter."]]],[]]