Database constructor

Database({
  1. String? adminPassword,
  2. String? adminPasswordSecretVersion,
  3. String? characterSet,
  4. String? createTime,
  5. String? databaseId,
  6. String? dbHomeName,
  7. String? dbName,
  8. String? dbUniqueName,
  9. String? gcpOracleZone,
  10. String? name,
  11. String? ncharacterSet,
  12. String? ociUrl,
  13. String? opsInsightsStatus,
  14. String? pluggableDatabaseId,
  15. String? pluggableDatabaseName,
  16. DatabaseProperties? properties,
  17. String? tdeWalletPassword,
  18. String? tdeWalletPasswordSecretVersion,
})

Implementation

Database({
  this.adminPassword,
  this.adminPasswordSecretVersion,
  this.characterSet,
  this.createTime,
  this.databaseId,
  this.dbHomeName,
  this.dbName,
  this.dbUniqueName,
  this.gcpOracleZone,
  this.name,
  this.ncharacterSet,
  this.ociUrl,
  this.opsInsightsStatus,
  this.pluggableDatabaseId,
  this.pluggableDatabaseName,
  this.properties,
  this.tdeWalletPassword,
  this.tdeWalletPasswordSecretVersion,
});