diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
Overwrite
Overwrite
@
Serializable
data
class
Overwrite
(
val
id
:
String
,
val
type
:
OverwriteType
,
val
allowed
:
Permissions
,
val
denied
:
Permissions
)
(
source
)
Members
Constructors
Overwrite
Link copied to clipboard
constructor
(
id
:
String
,
type
:
OverwriteType
,
allowed
:
Permissions
,
denied
:
Permissions
)
Properties
allowed
Link copied to clipboard
@
SerialName
(
value
=
"allow"
)
val
allowed
:
Permissions
denied
Link copied to clipboard
@
SerialName
(
value
=
"deny"
)
val
denied
:
Permissions
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
OverwriteType