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.server
/
WhoIs
/
Response
/
DeviceInfo
/
SessionInfo
/
ConnectionInfo
Connection
Info
@
Serializable
data
class
ConnectionInfo
(
val
ip
:
String
?
=
null
,
val
lastSeen
:
Long
?
=
null
,
val
userAgent
:
String
?
=
null
)
Members
Constructors
Connection
Info
Link copied to clipboard
constructor
(
ip
:
String
?
=
null
,
lastSeen
:
Long
?
=
null
,
userAgent
:
String
?
=
null
)
Properties
ip
Link copied to clipboard
@
SerialName
(
value
=
"ip"
)
val
ip
:
String
?
last
Seen
Link copied to clipboard
@
SerialName
(
value
=
"last_seen"
)
val
lastSeen
:
Long
?
user
Agent
Link copied to clipboard
@
SerialName
(
value
=
"user_agent"
)
val
userAgent
:
String
?