Request

data class Request(val name: String, val description: String, val requestFrom: String) : ServerCommand.CreateServer, ServiceRequest

Constructors

Link copied to clipboard
constructor(name: String, description: String, requestFrom: String)

Properties

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