SearchConnectionsResponse constructor

SearchConnectionsResponse({
  1. List<SearchConnectionInstance>? connections,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

SearchConnectionsResponse({
  this.connections,
  this.nextPageToken,
  this.unreachable,
});