DatabaseDeploymentDetails constructor

DatabaseDeploymentDetails({
  1. DatabaseDeploymentDetailsAggregatedStats? aggregatedStats,
  2. AwsRds? awsRds,
  3. String? edition,
  4. String? generatedId,
  5. String? manualUniqueId,
  6. MysqlDatabaseDeployment? mysql,
  7. PostgreSqlDatabaseDeployment? postgresql,
  8. SqlServerDatabaseDeployment? sqlServer,
  9. DatabaseDeploymentTopology? topology,
  10. String? version,
})

Implementation

DatabaseDeploymentDetails({
  this.aggregatedStats,
  this.awsRds,
  this.edition,
  this.generatedId,
  this.manualUniqueId,
  this.mysql,
  this.postgresql,
  this.sqlServer,
  this.topology,
  this.version,
});