jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
SessionUserInfo
Session
User
Info
data
class
SessionUserInfo
(
val
userId
:
UUID
,
val
userName
:
String
?
=
null
)
Class SessionUserInfo.
Members
Constructors
Session
User
Info
Link copied to clipboard
constructor
(
userId
:
UUID
,
userName
:
String
?
=
null
)
Properties
user
Id
Link copied to clipboard
val
userId
:
UUID
The user identifier.
user
Name
Link copied to clipboard
val
userName
:
String
?
=
null
The name of the user.