ConnectionProfile constructor

ConnectionProfile({
  1. BigQueryProfile? bigqueryProfile,
  2. String? createTime,
  3. DataverseProfile? dataverseProfile,
  4. String? displayName,
  5. ForwardSshTunnelConnectivity? forwardSshConnectivity,
  6. GcsProfile? gcsProfile,
  7. Map<String, String>? labels,
  8. MongodbProfile? mongodbProfile,
  9. MysqlProfile? mysqlProfile,
  10. String? name,
  11. OracleProfile? oracleProfile,
  12. PostgresqlProfile? postgresqlProfile,
  13. PrivateConnectivity? privateConnectivity,
  14. SalesforceMarketingCloudProfile? salesforceMarketingCloudProfile,
  15. SalesforceProfile? salesforceProfile,
  16. bool? satisfiesPzi,
  17. bool? satisfiesPzs,
  18. ServiceNowProfile? serviceNowProfile,
  19. SpannerProfile? spannerProfile,
  20. SqlServerProfile? sqlServerProfile,
  21. StaticServiceIpConnectivity? staticServiceIpConnectivity,
  22. String? updateTime,
  23. WorkdayProfile? workdayProfile,
})

Implementation

ConnectionProfile({
  this.bigqueryProfile,
  this.createTime,
  this.dataverseProfile,
  this.displayName,
  this.forwardSshConnectivity,
  this.gcsProfile,
  this.labels,
  this.mongodbProfile,
  this.mysqlProfile,
  this.name,
  this.oracleProfile,
  this.postgresqlProfile,
  this.privateConnectivity,
  this.salesforceMarketingCloudProfile,
  this.salesforceProfile,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.serviceNowProfile,
  this.spannerProfile,
  this.sqlServerProfile,
  this.staticServiceIpConnectivity,
  this.updateTime,
  this.workdayProfile,
});