ConnStringInfoResponse

data class ConnStringInfoResponse(val connectionString: String? = null, val name: String? = null, val type: String? = null)

Database connection string information.

Constructors

Link copied to clipboard
constructor(connectionString: String? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection string value.

Link copied to clipboard
val name: String? = null

Name of connection string.

Link copied to clipboard
val type: String? = null

Type of database.