public sealed class TunnelDestGroup : IMessage<TunnelDestGroup>, IEquatable<TunnelDestGroup>, IDeepCloneable<TunnelDestGroup>, IBufferMessage, IMessage
[[["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 webpage details the `TunnelDestGroup` class, which is part of the Google Cloud IAP (Identity-Aware Proxy) V1 library, specifically within version 1.2.0."],["`TunnelDestGroup` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The class offers two constructors, one default and one that accepts another `TunnelDestGroup` object as a parameter, supporting the creation of new objects and duplication."],["Key properties of the `TunnelDestGroup` class include `Cidrs` and `Fqdns` which are lists for network identification, and `Name` and `TunnelDestGroupName`, which are identifiers for the group."],["The page provides links to older versions of this class, ranging from 1.0.0 to the latest 2.7.0, enabling users to browse the evolution of this part of the google api."]]],[]]