ListPrivateConnectionsResponse constructor
      
      ListPrivateConnectionsResponse({ 
    
    
- String? nextPageToken,
 - List<
PrivateConnection> ? privateConnections, - List<
String> ? unreachable, 
Implementation
ListPrivateConnectionsResponse({
  this.nextPageToken,
  this.privateConnections,
  this.unreachable,
});