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.uia
/
RequestWithUIA
Request
With
UIA
@
Serializable
(
with
=
RequestWithUIA.Serializer::class
)
data
class
RequestWithUIA
<
T
>
(
val
request
:
T
,
val
authentication
:
AuthenticationRequestWithSession
?
)
Members
Constructors
Request
With
UIA
Link copied to clipboard
constructor
(
request
:
T
,
authentication
:
AuthenticationRequestWithSession
?
)
Types
Serializer
Link copied to clipboard
class
Serializer
<
T
>
(
baseSerializer
:
KSerializer
<
T
>
)
:
KSerializer
<
RequestWithUIA
<
T
>
>
Properties
authentication
Link copied to clipboard
val
authentication
:
AuthenticationRequestWithSession
?
request
Link copied to clipboard
val
request
:
T