toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ActivityLogEntry
/
ActivityLogEntry
Activity
Log
Entry
constructor
(
id
:
Long
,
name
:
String
,
overview
:
String
?
=
null
,
shortOverview
:
String
?
=
null
,
type
:
String
,
itemId
:
String
?
=
null
,
date
:
DateTime
,
userId
:
UUID
,
userPrimaryImageTag
:
String
?
=
null
,
severity
:
LogLevel
)