AutonomousDatabase constructor

AutonomousDatabase({
  1. String? adminPassword,
  2. String? cidr,
  3. String? createTime,
  4. String? database,
  5. String? displayName,
  6. String? entitlementId,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? network,
  10. AutonomousDatabaseProperties? properties,
})

Implementation

AutonomousDatabase({
  this.adminPassword,
  this.cidr,
  this.createTime,
  this.database,
  this.displayName,
  this.entitlementId,
  this.labels,
  this.name,
  this.network,
  this.properties,
});