CloudSQLMigrationConfig constructor
CloudSQLMigrationConfig({
- CdcConfig? cdcConfig,
- CloudSQLConnectionConfig? cloudSqlConnectionConfig,
Implementation
CloudSQLMigrationConfig({
this.cdcConfig,
this.cloudSqlConnectionConfig,
});