GoldengateOracleConnectionProperties constructor

GoldengateOracleConnectionProperties({
  1. String? authenticationMode,
  2. String? connectionString,
  3. String? gcpOracleDatabaseId,
  4. String? password,
  5. String? passwordSecretVersion,
  6. String? sessionMode,
  7. String? technologyType,
  8. String? username,
  9. String? walletFile,
})

Implementation

GoldengateOracleConnectionProperties({
  this.authenticationMode,
  this.connectionString,
  this.gcpOracleDatabaseId,
  this.password,
  this.passwordSecretVersion,
  this.sessionMode,
  this.technologyType,
  this.username,
  this.walletFile,
});