trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.policy
/
ServerRuleEventContent
Server
Rule
Event
Content
@
Serializable
data
class
ServerRuleEventContent
(
val
entity
:
String
,
val
reason
:
String
,
val
recommendation
:
String
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Server
Rule
Event
Content
Link copied to clipboard
constructor
(
entity
:
String
,
reason
:
String
,
recommendation
:
String
)
Properties
entity
Link copied to clipboard
val
entity
:
String
reason
Link copied to clipboard
val
reason
:
String
recommendation
Link copied to clipboard
val
recommendation
:
String