Gateway Server Configuration
data class GatewayServerConfiguration(val isSyncEnabled: Boolean, val token: UUID?, val port: Port, val isTlsEnabled: Boolean?, val serverAddress: IpAddressOrHostname)
Represents gateway server configuration
Constructors
Link copied to clipboard
constructor(isSyncEnabled: Boolean, token: UUID?, port: Port, isTlsEnabled: Boolean?, serverAddress: IpAddressOrHostname)