toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
SearchHintResult
Search
Hint
Result
data
class
SearchHintResult
(
val
searchHints
:
List
<
SearchHint
>
,
val
totalRecordCount
:
Int
)
Class SearchHintResult.
Members
Constructors
Search
Hint
Result
Link copied to clipboard
constructor
(
searchHints
:
List
<
SearchHint
>
,
totalRecordCount
:
Int
)
Properties
search
Hints
Link copied to clipboard
val
searchHints
:
List
<
SearchHint
>
The search hints.
total
Record
Count
Link copied to clipboard
val
totalRecordCount
:
Int
The total record count.