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-24 UTC."],[[["This webpage details the `DeleteRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions from 1.0.0 to 3.6.0 (latest)."],["`DeleteRegionUrlMapRequest` is used to make a request to delete a Region UrlMap and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, a default constructor and one that takes another `DeleteRegionUrlMapRequest` as a parameter, and the class contains properties like `HasRequestId`, `Project`, `Region`, `RequestId`, and `UrlMap`."],["The `DeleteRegionUrlMapRequest` is found in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]