Request

data class Request(val serverId: ServerId, val requestFrom: String) : ServerCommand.RemoveUserFromServer, ServiceRequest

Constructors

Link copied to clipboard
constructor(serverId: ServerId, requestFrom: String)

Properties

Link copied to clipboard
open override val requestFrom: String
Link copied to clipboard