trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.server
/
Capability
/
ProfileFields
Profile
Fields
@
Serializable
data
class
ProfileFields
(
val
enabled
:
Boolean
,
val
allowed
:
Set
<
String
>
?
=
null
,
val
disallowed
:
Set
<
String
>
?
=
null
)
:
Capability
Members
Constructors
Profile
Fields
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
allowed
:
Set
<
String
>
?
=
null
,
disallowed
:
Set
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allowed
Link copied to clipboard
@
SerialName
(
value
=
"allowed"
)
val
allowed
:
Set
<
String
>
?
disallowed
Link copied to clipboard
@
SerialName
(
value
=
"disallowed"
)
val
disallowed
:
Set
<
String
>
?
enabled
Link copied to clipboard
@
SerialName
(
value
=
"enabled"
)
val
enabled
:
Boolean