ListConnectionsResponse constructor
ListConnectionsResponse({
- List<
Connection> ? connections, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListConnectionsResponse({
this.connections,
this.nextPageToken,
this.unreachable,
});