SourceConfig constructor
SourceConfig({
- DataverseSourceConfig? dataverseSourceConfig,
- MongodbSourceConfig? mongodbSourceConfig,
- MysqlSourceConfig? mysqlSourceConfig,
- OracleSourceConfig? oracleSourceConfig,
- PostgresqlSourceConfig? postgresqlSourceConfig,
- SalesforceMarketingCloudSourceConfig? salesforceMarketingCloudSourceConfig,
- SalesforceSourceConfig? salesforceSourceConfig,
- ServiceNowSourceConfig? serviceNowSourceConfig,
- String? sourceConnectionProfile,
- SpannerSourceConfig? spannerSourceConfig,
- SqlServerSourceConfig? sqlServerSourceConfig,
- 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,
});