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 webpage details the `DeleteRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, designed for requesting the deletion of a regional URL map."],["The `DeleteRegionUrlMapRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor and another that accepts a `DeleteRegionUrlMapRequest` object for cloning purposes."],["Key properties of `DeleteRegionUrlMapRequest` include `Project`, `Region`, `RequestId`, and `UrlMap`, which are essential for specifying the context and details of the deletion request."],["The webpage provides links to documentation for various versions, ranging from the latest 3.6.0 down to 1.0.0, of the `DeleteRegionUrlMapRequest`."]]],[]]