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.discovery
/
GetSupport
/
Response
/
Contact
Contact
@
Serializable
data
class
Contact
(
val
emailAddress
:
String
?
=
null
,
val
userId
:
UserId
?
=
null
,
val
role
:
GetSupport.Response.Contact.Role
)
Members
Constructors
Contact
Link copied to clipboard
constructor
(
emailAddress
:
String
?
=
null
,
userId
:
UserId
?
=
null
,
role
:
GetSupport.Response.Contact.Role
)
Types
Role
Link copied to clipboard
@
Serializable
(
with
=
GetSupport.Response.Contact.Role.Serializer::class
)
sealed
interface
Role
Properties
email
Address
Link copied to clipboard
@
SerialName
(
value
=
"email_address"
)
val
emailAddress
:
String
?
role
Link copied to clipboard
@
SerialName
(
value
=
"role"
)
val
role
:
GetSupport.Response.Contact.Role
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"matrix_id"
)
val
userId
:
UserId
?