trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
ServerACLEventContent
Server
ACLEvent
Content
@
Serializable
data
class
ServerACLEventContent
(
val
allow
:
Set
<
String
>
=
setOf()
,
val
allowIpLiterals
:
Boolean
=
true
,
val
deny
:
Set
<
String
>
=
setOf()
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Server
ACLEvent
Content
Link copied to clipboard
constructor
(
allow
:
Set
<
String
>
=
setOf()
,
allowIpLiterals
:
Boolean
=
true
,
deny
:
Set
<
String
>
=
setOf()
)
Properties
allow
Link copied to clipboard
val
allow
:
Set
<
String
>
allow
Ip
Literals
Link copied to clipboard
val
allowIpLiterals
:
Boolean
=
true
deny
Link copied to clipboard
val
deny
:
Set
<
String
>