jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
RecommendationDto
Recommendation
Dto
common
@
Serializable
data
class
RecommendationDto
(
val
items
:
List
<
BaseItemDto
>
?
=
null
,
val
recommendationType
:
RecommendationType
,
val
baselineItemName
:
String
?
=
null
,
val
categoryId
:
UUID
)
Members
Constructors
Recommendation
Dto
Link copied to clipboard
common
constructor
(
items
:
List
<
BaseItemDto
>
?
=
null
,
recommendationType
:
RecommendationType
,
baselineItemName
:
String
?
=
null
,
categoryId
:
UUID
)
Properties
baseline
Item
Name
Link copied to clipboard
common
@
SerialName
(
value
=
"BaselineItemName"
)
val
baselineItemName
:
String
?
category
Id
Link copied to clipboard
common
@
SerialName
(
value
=
"CategoryId"
)
val
categoryId
:
UUID
items
Link copied to clipboard
common
@
SerialName
(
value
=
"Items"
)
val
items
:
List
<
BaseItemDto
>
?
recommendation
Type
Link copied to clipboard
common
@
SerialName
(
value
=
"RecommendationType"
)
val
recommendationType
:
RecommendationType