public sealed class InsertRegionUrlMapRequest : IMessage<InsertRegionUrlMapRequest>, IEquatable<InsertRegionUrlMapRequest>, IDeepCloneable<InsertRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Insert. 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-03-24 UTC."],[[["This webpage details the `InsertRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, used for sending requests to the RegionUrlMaps.Insert API method."],["The class `InsertRegionUrlMapRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various object interactions."],["The class has two constructors: a default constructor and a copy constructor that takes another `InsertRegionUrlMapRequest` object."],["Key properties of the `InsertRegionUrlMapRequest` class include `HasRequestId`, `Project`, `Region`, `RequestId`, and `UrlMapResource`, which allow setting request-specific information, such as an ID, the project, and the URL map resource to be used."],["The page provides a listing of various versions of this class, ranging from the latest `3.6.0` down to `1.0.0`, allowing the user to navigate and consult the documentation based on the version in use."]]],[]]