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 page 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, while the documentation provided focuses on version 2.0.0, which is one of ten available versions shown on this page."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key properties of this class are `Name`, which represents the resource name of the TunnelDestGroup to be deleted, and `TunnelDestGroupName`, which is a typed view over the resource `Name` property."]]],[]]