public sealed class DeleteRegionUrlMapRequest : IMessage<DeleteRegionUrlMapRequest>, IEquatable<DeleteRegionUrlMapRequest>, IDeepCloneable<DeleteRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteRegionUrlMapRequest.
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-04-09 UTC."],[[["This webpage provides documentation for the `DeleteRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The class is used to construct requests for deleting a RegionUrlMap resource, with details on its properties like `Project`, `Region`, `RequestId`, and `UrlMap` which are essential for the deletion process."],["The `DeleteRegionUrlMapRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the complexity and versatility of the class."],["The documentation is available for a range of versions, from 1.0.0 up to the latest, 3.6.0, allowing users to navigate and access the specific version relevant to their needs."],["The class inherits from the base object class, showcasing how it fits into the larger .NET framework and the object-oriented structure of the API."]]],[]]