NetworkEndpointGroupsDetachEndpointsRequest constructor

NetworkEndpointGroupsDetachEndpointsRequest({
  1. List<NetworkEndpoint> networkEndpoints = const [],
})

Implementation

NetworkEndpointGroupsDetachEndpointsRequest({
  this.networkEndpoints = const [],
}) : super(fullyQualifiedName);