CloudSQLMigrationConfig constructor

CloudSQLMigrationConfig({
  1. CdcConfig? cdcConfig,
  2. CloudSQLConnectionConfig? cloudSqlConnectionConfig,
})

Implementation

CloudSQLMigrationConfig({
  this.cdcConfig,
  this.cloudSqlConnectionConfig,
});