toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.application.api.command
/
ServerCommand
/
UpdateServer
Update
Server
sealed
interface
UpdateServer
:
ServerCommand
Inheritors
Request
Response
Members
Types
Request
Link copied to clipboard
data
class
Request
(
val
serverId
:
ServerId
,
val
name
:
String
?
,
val
description
:
String
?
,
val
requestFrom
:
String
)
:
ServerCommand.UpdateServer
,
ServiceRequest
Response
Link copied to clipboard
data
class
Response
(
val
serverId
:
ServerId
,
val
name
:
String
,
val
description
:
String
)
:
ServerCommand.UpdateServer