DeleteServer

sealed interface DeleteServer : ServerCommand

Inheritors

Types

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