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 information for the `DeleteTunnelDestGroupRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically for version 2.4.0."],["The `DeleteTunnelDestGroupRequest` class is used to form a request to delete a Tunnel Destination Group, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.7.0, and this document also includes links to documentation for older versions, ranging back to version 1.0.0."],["The class has two constructors, one is a parameterless constructor and the other accepts a parameter of `DeleteTunnelDestGroupRequest`."],["The `DeleteTunnelDestGroupRequest` class includes properties such as `Name` (string) and `TunnelDestGroupName` (TunnelDestGroupName) which are necessary for specifying which Tunnel Destination Group to delete."]]],[]]