GetSuggestionsRequest
data class GetSuggestionsRequest(val userId: UUID? = null, val mediaType: Collection<MediaType>? = null, val type: Collection<BaseItemKind>? = null, val startIndex: Int? = null, val limit: Int? = null, val enableTotalRecordCount: Boolean? = false)
Suggestions.
Constructors
Link copied to clipboard
constructor(userId: UUID? = null, mediaType: Collection<MediaType>? = null, type: Collection<BaseItemKind>? = null, startIndex: Int? = null, limit: Int? = null, enableTotalRecordCount: Boolean? = false)