toggle menu
trixnity-clientserverapi-model
4.8.1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.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
=
RoleSerializer::class
)
sealed
interface
Role
Properties
email
Address
Link copied to clipboard
@
SerialName
(
value
=
"email_address"
)
val
emailAddress
:
String
?
=
null
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
?
=
null