CreateSession

data class CreateSession(val allowedUsers: Set<Username>) : SessionService.Command

Constructors

Link copied to clipboard
constructor(allowedUsers: Set<Username>)

Properties

Link copied to clipboard