SourceConfig constructor

SourceConfig({
  1. MongodbSourceConfig? mongodbSourceConfig,
  2. MysqlSourceConfig? mysqlSourceConfig,
  3. OracleSourceConfig? oracleSourceConfig,
  4. PostgresqlSourceConfig? postgresqlSourceConfig,
  5. SalesforceSourceConfig? salesforceSourceConfig,
  6. String? sourceConnectionProfile,
  7. SqlServerSourceConfig? sqlServerSourceConfig,
})

Implementation

SourceConfig({
  this.mongodbSourceConfig,
  this.mysqlSourceConfig,
  this.oracleSourceConfig,
  this.postgresqlSourceConfig,
  this.salesforceSourceConfig,
  this.sourceConnectionProfile,
  this.sqlServerSourceConfig,
});