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
/
BaseItemPerson
/
BaseItemPerson
Base
Item
Person
constructor
(
name
:
String
?
=
null
,
id
:
UUID
,
role
:
String
?
=
null
,
type
:
PersonKind
,
primaryImageTag
:
String
?
=
null
,
imageBlurHashes
:
Map
<
ImageType
,
Map
<
String
,
String
>
>
?
=
null
)