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-31 UTC."],[[["This webpage provides documentation for the `NetworkEndpointGroupsDetachEndpointsRequest` class within the Google Cloud Compute V1 .NET library, with the latest version being 3.6.0 and the current page specific to 2.12.0."],["The `NetworkEndpointGroupsDetachEndpointsRequest` class is used for detaching network endpoints, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, meaning it comes with standard object methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class features two constructors: a default constructor `NetworkEndpointGroupsDetachEndpointsRequest()` and a copy constructor `NetworkEndpointGroupsDetachEndpointsRequest(NetworkEndpointGroupsDetachEndpointsRequest other)`."],["The `NetworkEndpoints` property, of type `RepeatedField\u003cNetworkEndpoint\u003e`, is used to specify the network endpoints to be detached."]]],[]]