Database constructor

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

Implementation

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