PluggableDatabase constructor

PluggableDatabase({
  1. String? createTime,
  2. String? name,
  3. String? ociUrl,
  4. PluggableDatabaseProperties? properties,
})

Implementation

PluggableDatabase({this.createTime, this.name, this.ociUrl, this.properties});