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."],["The `DeleteTunnelDestGroupRequest` class is used to request the deletion of a Tunnel Destination Group."],["The `DeleteTunnelDestGroupRequest` class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties: `Name`, which represents the name of the Tunnel Destination Group to delete, and `TunnelDestGroupName`, which is a typed view over the `Name` property."],["The most current version is 2.7.0, with the full list ranging from version 1.0.0 to 2.7.0 in the navigation pane."]]],[]]