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
Response
@
Serializable
data
class
Response
(
val
contacts
:
List
<
GetSupport.Response.Contact
>
=
listOf()
,
val
supportPage
:
String
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
contacts
:
List
<
GetSupport.Response.Contact
>
=
listOf()
,
supportPage
:
String
?
=
null
)
Types
Contact
Link copied to clipboard
@
Serializable
data
class
Contact
(
val
emailAddress
:
String
?
=
null
,
val
userId
:
UserId
?
=
null
,
val
role
:
GetSupport.Response.Contact.Role
)
Properties
contacts
Link copied to clipboard
@
SerialName
(
value
=
"contacts"
)
val
contacts
:
List
<
GetSupport.Response.Contact
>
support
Page
Link copied to clipboard
@
SerialName
(
value
=
"support_page"
)
val
supportPage
:
String
?