ServerUpdatedEvent

data class ServerUpdatedEvent(val serverId: String) : ServerEvent

Server updated event.

Parameters

serverId

The id of the server.

Constructors

Link copied to clipboard
constructor(serverId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard