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-21 UTC."],[[["The `InsertRegionUrlMapRequest` class is used to send a request to the RegionUrlMaps.Insert method in the Google Cloud Compute API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Project`, `Region`, `RequestId`, and `UrlMapResource` to configure the request, such as specifying the project, region, and the URL map resource to be inserted."],["It is available in various versions, with the latest being 3.6.0, and down to version 1.0.0."],["Two constructors are available: a default constructor and a copy constructor that takes another `InsertRegionUrlMapRequest` instance."]]],[]]