CreateServer

sealed interface CreateServer : ServerCommand

Inheritors

Types

Link copied to clipboard
data class Request(val name: String, val description: String, val requestFrom: String) : ServerCommand.CreateServer, ServiceRequest
Link copied to clipboard
data class Response(val serverId: ServerId) : ServerCommand.CreateServer