public sealed class NetworkEndpointGroupsAttachEndpointsRequest : IMessage<NetworkEndpointGroupsAttachEndpointsRequest>, IEquatable<NetworkEndpointGroupsAttachEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsAttachEndpointsRequest>, 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."],[[["The latest version of the `NetworkEndpointGroupsAttachEndpointsRequest` is 3.6.0, and the page also provides access to numerous previous versions."],["`NetworkEndpointGroupsAttachEndpointsRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structures."],["This class inherits from `object` and has members `GetHashCode()`, `GetType()`, and `ToString()` that are inherited from the `object` base class."],["There are two constructors available for the `NetworkEndpointGroupsAttachEndpointsRequest` class, one default constructor and another that takes an existing `NetworkEndpointGroupsAttachEndpointsRequest` object as a parameter."],["The primary property of this class, `NetworkEndpoints`, is a `RepeatedField` of `NetworkEndpoint`, representing the list of network endpoints that can be attached."]]],[]]