public sealed class GlobalNetworkEndpointGroupsDetachEndpointsRequest : IMessage<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, IEquatable<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, IDeepCloneable<GlobalNetworkEndpointGroupsDetachEndpointsRequest>, 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-21 UTC."],[[["The webpage provides documentation for the `GlobalNetworkEndpointGroupsDetachEndpointsRequest` class in the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and going as far back as version 1.0.0."],["This class is used to detach network endpoints, and is part of the Google Cloud Compute API's .NET client library, implemented by the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and it has the constructor `GlobalNetworkEndpointGroupsDetachEndpointsRequest()` as well as a second constructor taking itself as an argument."],["The `NetworkEndpoints` property, of type `RepeatedField\u003cNetworkEndpoint\u003e`, allows users to get the list of network endpoints to be detached, in line with the functionality of the class."]]],[]]