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.authentication
/
DeleteThirdPartyIdentifiers
/
Request
Request
@
Serializable
data
class
Request
(
val
address
:
String
,
val
idServer
:
String
?
=
null
,
val
medium
:
ThirdPartyIdentifier.Medium
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
address
:
String
,
idServer
:
String
?
=
null
,
medium
:
ThirdPartyIdentifier.Medium
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
id
Server
Link copied to clipboard
@
SerialName
(
value
=
"id_server"
)
val
idServer
:
String
?
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
ThirdPartyIdentifier.Medium