public sealed class NetworkEndpointGroupsDetachEndpointsRequest : IMessage<NetworkEndpointGroupsDetachEndpointsRequest>, IEquatable<NetworkEndpointGroupsDetachEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsDetachEndpointsRequest>, 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."],[[["The latest version of the `NetworkEndpointGroupsDetachEndpointsRequest` is 3.6.0, and the page provides links to various prior versions, including all the way back to 1.0.0."],["The `NetworkEndpointGroupsDetachEndpointsRequest` class, residing within the `Google.Cloud.Compute.V1` namespace, is used to define a request for detaching endpoints from network endpoint groups."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling and data management."],["The class has two constructors, one with no parameters and one taking another instance of NetworkEndpointGroupsDetachEndpointsRequest for copying."],["`NetworkEndpoints` is a key property of the class, represented as a `RepeatedField\u003cNetworkEndpoint\u003e`, that contains the list of network endpoints intended to be detached."]]],[]]