ListGoldengateConnectionsResponse constructor

ListGoldengateConnectionsResponse({
  1. List<GoldengateConnection>? goldengateConnections,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGoldengateConnectionsResponse({
  this.goldengateConnections,
  this.nextPageToken,
  this.unreachable,
});