ConnectionProfile constructor

ConnectionProfile({
  1. AlloyDbConnectionProfile? alloydb,
  2. CloudSqlConnectionProfile? cloudsql,
  3. String? createTime,
  4. String? displayName,
  5. Status? error,
  6. Map<String, String>? labels,
  7. MySqlConnectionProfile? mysql,
  8. String? name,
  9. OracleConnectionProfile? oracle,
  10. PostgreSqlConnectionProfile? postgresql,
  11. String? provider,
  12. String? state,
  13. String? updateTime,
})

Implementation

ConnectionProfile({
  this.alloydb,
  this.cloudsql,
  this.createTime,
  this.displayName,
  this.error,
  this.labels,
  this.mysql,
  this.name,
  this.oracle,
  this.postgresql,
  this.provider,
  this.state,
  this.updateTime,
});