Conn String Info Response
data class ConnStringInfoResponse(val connectionString: String? = null, val name: String? = null, val type: String? = null)
Database connection string information.
Constructors
Link copied to clipboard
fun ConnStringInfoResponse(connectionString: String? = null, name: String? = null, type: String? = null)