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 details the `NetworkEndpointGroupsDetachEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily showing its availability across various versions of the Google Cloud Compute .NET library."],["The latest version available for `NetworkEndpointGroupsDetachEndpointsRequest` is 3.6.0, and it is accessible all the way back to version 1.0.0."],["The `NetworkEndpointGroupsDetachEndpointsRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The primary property of this class is `NetworkEndpoints`, which is a `RepeatedField` containing a list of `NetworkEndpoint` objects that are to be detached."],["There are two constructors available for this class, one being an empty constructor and the second being a copy constructor, which takes in `NetworkEndpointGroupsDetachEndpointsRequest` as a parameter."]]],[]]