ListConnectionsResponse constructor

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

Implementation

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