public sealed class GlobalNetworkEndpointGroupsDetachEndpointsRequest : IMessage<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, IEquatable<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, IDeepCloneable<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, 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-24 UTC."],[[["This webpage details the `GlobalNetworkEndpointGroupsDetachEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, with version 2.15.0 being the primary version displayed and 3.6.0 being the latest."],["The class is used to manage the detachment of endpoints from global network endpoint groups, as seen from its properties."],["The `GlobalNetworkEndpointGroupsDetachEndpointsRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that accepts another `GlobalNetworkEndpointGroupsDetachEndpointsRequest` object, enabling object cloning."],["The `NetworkEndpoints` property, of type `RepeatedField\u003cNetworkEndpoint\u003e`, is used to specify the list of network endpoints that are to be detached."]]],[]]