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-client
/
de.connect2x.trixnity.clientserverapi.client.oauth2
/
LocalizedField
Localized
Field
@
Serializable
data
class
LocalizedField
<
T
>
(
val
default
:
T
?
=
null
,
val
translations
:
Map
<
String
,
T
>
?
=
null
)
Members
Constructors
Localized
Field
Link copied to clipboard
constructor
(
default
:
T
?
=
null
,
translations
:
Map
<
String
,
T
>
?
=
null
)
Properties
default
Link copied to clipboard
val
default
:
T
?
translations
Link copied to clipboard
val
translations
:
Map
<
String
,
T
>
?