GoldengateGoldengateConnectionProperties constructor

GoldengateGoldengateConnectionProperties({
  1. String? goldengateDeploymentId,
  2. String? host,
  3. String? password,
  4. String? passwordSecretVersion,
  5. int? port,
  6. String? technologyType,
  7. String? username,
})

Implementation

GoldengateGoldengateConnectionProperties({
  this.goldengateDeploymentId,
  this.host,
  this.password,
  this.passwordSecretVersion,
  this.port,
  this.technologyType,
  this.username,
});