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 Google Cloud Identity-Aware Proxy (IAP) v1 API for .NET."],["The `DeleteTunnelDestGroupRequest` class is used to formulate requests for deleting a Tunnel Destination Group."],["The latest version of the class available in the documentation is 2.7.0, but it also shows documentation for 10 other previous versions all the way down to version 1.0.0."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes properties for the name and `TunnelDestGroupName` of the tunnel destination group."],["The assembly for this class can be found within `Google.Cloud.Iap.V1.dll`."]]],[]]