PluggableDatabase constructor
PluggableDatabase({
- String? createTime,
- String? name,
- String? ociUrl,
- PluggableDatabaseProperties? properties,
Implementation
PluggableDatabase({this.createTime, this.name, this.ociUrl, this.properties});