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."],[[["This webpage details the `NetworkEndpointGroupsDetachEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, available in various versions, with the latest being 3.6.0."],["The `NetworkEndpointGroupsDetachEndpointsRequest` class is used to specify a request to detach endpoints from network endpoint groups."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["The class contains a property called `NetworkEndpoints`, which is a `RepeatedField` of type `NetworkEndpoint`, representing the list of endpoints to be detached."],["There are various versions of the class available going back to 1.0.0, with version 2.17.0 being the version for the information detailed."]]],[]]