ServerConfigurationDataModel

data class ServerConfigurationDataModel(val host: String, val port: Int)

A model representing a server configuration. It contains information about the host and port.

Constructors

Link copied to clipboard
constructor(host: String, port: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int