DbSystem constructor

DbSystem({
  1. String? createTime,
  2. String? displayName,
  3. String? entitlementId,
  4. String? gcpOracleZone,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? ociUrl,
  8. String? odbNetwork,
  9. String? odbSubnet,
  10. DbSystemProperties? properties,
})

Implementation

DbSystem({
  this.createTime,
  this.displayName,
  this.entitlementId,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.ociUrl,
  this.odbNetwork,
  this.odbSubnet,
  this.properties,
});