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 page provides reference documentation for the `DeleteTunnelDestGroupRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically for version 2.5.0."],["The `DeleteTunnelDestGroupRequest` class is used to define a request for deleting a Tunnel Destination Group, inheriting from the `object` class and implementing several interfaces."],["The class offers two constructors: a default one and another that takes an existing `DeleteTunnelDestGroupRequest` object as a parameter for copying purposes."],["Key properties of this request include `Name`, which specifies the resource name of the `TunnelDestGroup` to be deleted, and `TunnelDestGroupName`, which represents the `TunnelDestGroupName`-typed view over the resource name."],["This documentation also provides links to older versions of the API, ranging from version 1.0.0 to the latest 2.7.0, for accessing the `DeleteTunnelDestGroupRequest`."]]],[]]