toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api.request
/
GetSimilarAlbumsRequest
/
GetSimilarAlbumsRequest
Get
Similar
Albums
Request
constructor
(
itemId
:
UUID
,
excludeArtistIds
:
Collection
<
UUID
>
?
=
null
,
userId
:
UUID
?
=
null
,
limit
:
Int
?
=
null
,
fields
:
Collection
<
ItemFields
>
?
=
null
)