Request

data class Request(val serverId: ServerId, val name: String, val description: String, val type: String, val requestFrom: String) : ChannelCommand.CreateNewChannelInServer, ServiceRequest

Constructors

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

Properties

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