mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
UserBanDto
User
Ban
Dto
@
Serializable
data
class
UserBanDto
(
val
expires
:
String
?
=
"forever"
,
val
player
:
PlayerDto
,
val
reason
:
String
?
=
null
,
val
source
:
String
?
=
null
)
Members
Constructors
User
Ban
Dto
Link copied to clipboard
constructor
(
expires
:
String
?
=
"forever"
,
player
:
PlayerDto
,
reason
:
String
?
=
null
,
source
:
String
?
=
null
)
Properties
expires
Link copied to clipboard
val
expires
:
String
?
player
Link copied to clipboard
val
player
:
PlayerDto
reason
Link copied to clipboard
val
reason
:
String
?
source
Link copied to clipboard
val
source
:
String
?