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-24 UTC."],[[["This webpage details the `GlobalNetworkEndpointGroupsDetachEndpointsRequest` class within the Google.Cloud.Compute.V1 namespace, spanning multiple versions from 1.0.0 to 3.6.0 (latest)."],["The `GlobalNetworkEndpointGroupsDetachEndpointsRequest` class is used to detach network endpoints, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating a new instance and another for creating a copy of an existing `GlobalNetworkEndpointGroupsDetachEndpointsRequest` object."],["The primary property within this class is `NetworkEndpoints`, which is a `RepeatedField` that contains the list of `NetworkEndpoint` objects to be detached."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]