Database constructor
Database({
- String? adminPassword,
- String? characterSet,
- String? createTime,
- String? databaseId,
- String? dbHomeName,
- String? dbName,
- String? dbUniqueName,
- String? gcpOracleZone,
- String? name,
- String? ncharacterSet,
- String? ociUrl,
- String? opsInsightsStatus,
- DatabaseProperties? properties,
- 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,
});