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.V1` namespace in the Google Cloud .NET library, specifically for version 2.0.0, with links to older and newer versions."],["The `TunnelDestGroup` class represents a group of tunnel destinations and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message data and equality checks."],["The class has two constructors: a default one `TunnelDestGroup()` and another `TunnelDestGroup(TunnelDestGroup other)` that takes another instance of `TunnelDestGroup` as an argument for creating a new instance based on an existing one."],["The `TunnelDestGroup` class includes properties such as `Cidrs` and `Fqdns`, which are both `RepeatedField\u003cstring\u003e` collections for specifying network destinations, as well as `Name` and `TunnelDestGroupName` for the resource identifier."],["The class inherits several members from `Object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]