ListGoldengateConnectionsResponse constructor
ListGoldengateConnectionsResponse({
- List<
GoldengateConnection> ? goldengateConnections, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListGoldengateConnectionsResponse({
this.goldengateConnections,
this.nextPageToken,
this.unreachable,
});