trixnity-core
3.0.0-beta1
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
Constructors
Properties
See also
See also
matrix spec
Constructors
Server
ACLEvent
Content
Link copied to clipboard
fun
ServerACLEventContent
(
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
>