DatabaseInstance constructor

DatabaseInstance({
  1. String? instanceName,
  2. DatabaseInstanceNetwork? network,
  3. String? role,
})

Implementation

DatabaseInstance({
  this.instanceName,
  this.network,
  this.role,
});