public sealed class GetNetworkEndpointGroupRequest : IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, IBufferMessage, IMessage
A request message for NetworkEndpointGroups.Get. See the method description for details.
[[["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 `GetNetworkEndpointGroupRequest` class is a request message used for retrieving information about a network endpoint group, as indicated by the `NetworkEndpointGroups.Get` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `GetNetworkEndpointGroupRequest` class includes three key properties: `NetworkEndpointGroup`, `Project`, and `Zone`, all of which are strings and represent the name of the network endpoint group, the project ID, and the zone where the group is located, respectively."],["The latest version available is 3.6.0, and the documentation site houses the documentation of every version from 1.0.0 to 3.6.0 for `GetNetworkEndpointGroupRequest` class."],["Two constructors are available for `GetNetworkEndpointGroupRequest`: a default constructor and one that takes another `GetNetworkEndpointGroupRequest` object as a parameter for copying purposes."]]],[]]