trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
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()
,
val
externalUrl
:
String
?
=
null
)
:
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()
,
externalUrl
:
String
?
=
null
)
Properties
allow
Link copied to clipboard
@
SerialName
(
value
=
"allow"
)
val
allow
:
Set
<
String
>
allow
Ip
Literals
Link copied to clipboard
@
SerialName
(
value
=
"allow_ip_literals"
)
val
allowIpLiterals
:
Boolean
=
true
deny
Link copied to clipboard
@
SerialName
(
value
=
"deny"
)
val
deny
:
Set
<
String
>
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?
=
null