public sealed class DeleteTunnelDestGroupRequest : IMessage<DeleteTunnelDestGroupRequest>, IEquatable<DeleteTunnelDestGroupRequest>, IDeepCloneable<DeleteTunnelDestGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class DeleteTunnelDestGroupRequest.
Required. Name of the TunnelDestGroup to delete.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.
[[["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 document provides reference documentation for the `DeleteTunnelDestGroupRequest` class within the Cloud Identity-Aware Proxy (IAP) v1 API for .NET."],["The `DeleteTunnelDestGroupRequest` class is used to request the deletion of a Tunnel Destination Group, as detailed by its properties and constructors."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with the `Object` base class."],["The document lists all the available versions of `DeleteTunnelDestGroupRequest`, ranging from version 1.0.0 up to the latest version 2.7.0."],["The `Name` and `TunnelDestGroupName` properties provide ways to identify the specific tunnel destination group to be deleted, with `Name` being a string and `TunnelDestGroupName` providing a typed view."]]],[]]