public sealed class DeleteRegionUrlMapRequest : IMessage<DeleteRegionUrlMapRequest>, IEquatable<DeleteRegionUrlMapRequest>, IDeepCloneable<DeleteRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Delete. 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."],[[["This page details the `DeleteRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, used to construct requests for deleting a regional URL map."],["The `DeleteRegionUrlMapRequest` class is part of the Google Cloud Compute API for .NET, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has multiple properties including `Project`, `Region`, `RequestId`, and `UrlMap`, which are used to define the specifics of the deletion request."],["The page lists various available versions of the `DeleteRegionUrlMapRequest`, ranging from version 1.0.0 up to the latest version, 3.6.0."],["There are two constructors available for the `DeleteRegionUrlMapRequest` class: one default constructor and another that accepts a copy of an existing `DeleteRegionUrlMapRequest` instance."]]],[]]