trixnity-clientserverapi-model
Toggle table of contents
4.16.9
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.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
?
=
null