Connection constructor

Connection({
  1. AwsProperties? aws,
  2. AzureProperties? azure,
  3. CloudResourceProperties? cloudResource,
  4. CloudSpannerProperties? cloudSpanner,
  5. CloudSqlProperties? cloudSql,
  6. ConnectorConfiguration? configuration,
  7. String? creationTime,
  8. String? description,
  9. String? friendlyName,
  10. bool? hasCredential,
  11. String? kmsKeyName,
  12. String? lastModifiedTime,
  13. String? name,
  14. SalesforceDataCloudProperties? salesforceDataCloud,
  15. SparkProperties? spark,
})

Implementation

Connection({
  this.aws,
  this.azure,
  this.cloudResource,
  this.cloudSpanner,
  this.cloudSql,
  this.configuration,
  this.creationTime,
  this.description,
  this.friendlyName,
  this.hasCredential,
  this.kmsKeyName,
  this.lastModifiedTime,
  this.name,
  this.salesforceDataCloud,
  this.spark,
});