RemoteLocation

@Serializable
data class RemoteLocation(val host: String, val port: Int)(source)

Official doc

Constructors

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

Properties

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