DatabaseDeploymentDetails constructor
DatabaseDeploymentDetails({
- DatabaseDeploymentDetailsAggregatedStats? aggregatedStats,
- AwsRds? awsRds,
- String? edition,
- String? generatedId,
- String? manualUniqueId,
- MysqlDatabaseDeployment? mysql,
- PostgreSqlDatabaseDeployment? postgresql,
- SqlServerDatabaseDeployment? sqlServer,
- DatabaseDeploymentTopology? topology,
- String? version,
Implementation
DatabaseDeploymentDetails({
this.aggregatedStats,
this.awsRds,
this.edition,
this.generatedId,
this.manualUniqueId,
this.mysql,
this.postgresql,
this.sqlServer,
this.topology,
this.version,
});