SourceConfig constructor

SourceConfig({
  1. DataverseSourceConfig? dataverseSourceConfig,
  2. MongodbSourceConfig? mongodbSourceConfig,
  3. MysqlSourceConfig? mysqlSourceConfig,
  4. OracleSourceConfig? oracleSourceConfig,
  5. PostgresqlSourceConfig? postgresqlSourceConfig,
  6. SalesforceMarketingCloudSourceConfig? salesforceMarketingCloudSourceConfig,
  7. SalesforceSourceConfig? salesforceSourceConfig,
  8. ServiceNowSourceConfig? serviceNowSourceConfig,
  9. String? sourceConnectionProfile,
  10. SpannerSourceConfig? spannerSourceConfig,
  11. SqlServerSourceConfig? sqlServerSourceConfig,
  12. WorkdaySourceConfig? workdaySourceConfig,
})

Implementation

SourceConfig({
  this.dataverseSourceConfig,
  this.mongodbSourceConfig,
  this.mysqlSourceConfig,
  this.oracleSourceConfig,
  this.postgresqlSourceConfig,
  this.salesforceMarketingCloudSourceConfig,
  this.salesforceSourceConfig,
  this.serviceNowSourceConfig,
  this.sourceConnectionProfile,
  this.spannerSourceConfig,
  this.sqlServerSourceConfig,
  this.workdaySourceConfig,
});