public sealed class RegionNetworkEndpointGroupsDetachEndpointsRequest : IMessage<RegionNetworkEndpointGroupsDetachEndpointsRequest>, IEquatable<RegionNetworkEndpointGroupsDetachEndpointsRequest>, IDeepCloneable<RegionNetworkEndpointGroupsDetachEndpointsRequest>, 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-04-09 UTC."],[[["This webpage details the `RegionNetworkEndpointGroupsDetachEndpointsRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.2.0."],["The class is used for detaching network endpoints, as indicated by its name, and it inherits from the base `object` class while also implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The current latest version for the `RegionNetworkEndpointGroupsDetachEndpointsRequest` is 3.6.0, with numerous prior versions listed down to 1.0.0."],["It provides two constructors: a default one and one that takes another `RegionNetworkEndpointGroupsDetachEndpointsRequest` object as a parameter for creating a copy."],["The class contains one property, `NetworkEndpoints`, which is a list, of the type `RepeatedField\u003cNetworkEndpoint\u003e` used for the detaching process."]]],[]]