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, focusing on version 3.4.0 of the Google Cloud Compute .NET library."],["The `NetworkEndpointGroupsDetachEndpointsRequest` class is used to detach network endpoints from a group, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of this documentation is 3.6.0, and several previous versions are available for reference, dating back to version 1.0.0."],["The class inherits from `object` and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`, along with constructors to create instances of the request, including copying from another instance."],["The core functionality of this class revolves around the `NetworkEndpoints` property which allows setting a list of `NetworkEndpoint` objects that are intended to be detached from the group."]]],[]]