ConnectionProfile constructor

ConnectionProfile({
  1. BigQueryProfile? bigqueryProfile,
  2. String? createTime,
  3. String? displayName,
  4. ForwardSshTunnelConnectivity? forwardSshConnectivity,
  5. GcsProfile? gcsProfile,
  6. Map<String, String>? labels,
  7. MysqlProfile? mysqlProfile,
  8. String? name,
  9. OracleProfile? oracleProfile,
  10. PostgresqlProfile? postgresqlProfile,
  11. PrivateConnectivity? privateConnectivity,
  12. SqlServerProfile? sqlServerProfile,
  13. StaticServiceIpConnectivity? staticServiceIpConnectivity,
  14. String? updateTime,
})

Implementation

ConnectionProfile({
  this.bigqueryProfile,
  this.createTime,
  this.displayName,
  this.forwardSshConnectivity,
  this.gcsProfile,
  this.labels,
  this.mysqlProfile,
  this.name,
  this.oracleProfile,
  this.postgresqlProfile,
  this.privateConnectivity,
  this.sqlServerProfile,
  this.staticServiceIpConnectivity,
  this.updateTime,
});