ListPrivateConnectionsResponse constructor

ListPrivateConnectionsResponse({
  1. String? nextPageToken,
  2. List<PrivateConnection>? privateConnections,
  3. List<String>? unreachable,
})

Implementation

ListPrivateConnectionsResponse({
  this.nextPageToken,
  this.privateConnections,
  this.unreachable,
});