UpdateServer

sealed interface UpdateServer : ServerCommand

Inheritors

Types

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