RegionNetworkEndpointGroupsDetachEndpointsRequest constructor

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

Implementation

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