Postgre Sql Connection Info Response
data class PostgreSqlConnectionInfoResponse(val databaseName: String? = null, val encryptConnection: Boolean? = null, val password: String? = null, val port: Int, val serverName: String, val trustServerCertificate: Boolean? = null, val type: String, val userName: String? = null)
Information for connecting to PostgreSQL server