Conn String Info Response
data class ConnStringInfoResponse(val connectionString: String? = null, val name: String? = null, val type: String? = null)
Database connection string information.
Database connection string information.