MySqlConnectionInfoResponse

data class MySqlConnectionInfoResponse(val password: String? = null, val port: Int, val serverName: String, val type: String, val userName: String? = null)

Information for connecting to MySQL server

Constructors

Link copied to clipboard
constructor(password: String? = null, port: Int, serverName: String, type: String, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password credential.

Link copied to clipboard
val port: Int

Port for Server

Link copied to clipboard

Name of the server

Link copied to clipboard

Type of connection info Expected value is 'MySqlConnectionInfo'.

Link copied to clipboard
val userName: String? = null

User name