public sealed class DeleteTunnelDestGroupRequest : IMessage<DeleteTunnelDestGroupRequest>, IEquatable<DeleteTunnelDestGroupRequest>, IDeepCloneable<DeleteTunnelDestGroupRequest>, IBufferMessage, IMessage
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 webpage details the `DeleteTunnelDestGroupRequest` class, which is used to request the deletion of a Tunnel Destination Group."],["The `DeleteTunnelDestGroupRequest` class is part of the `Google.Cloud.Iap.V1` namespace and is found in the `Google.Cloud.Iap.V1.dll` assembly."],["The latest version available for this class is 2.7.0, but the content on the page is version 1.2.0 and older versions from 1.0.0 to 2.6.0 are listed."],["The `DeleteTunnelDestGroupRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteTunnelDestGroupRequest` are `Name` (a string representing the resource name of the destination group) and `TunnelDestGroupName` (a typed view over the `Name` property)."]]],[]]