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)

Properties

Link copied to clipboard

Whether to enable the total record count.

Link copied to clipboard
val limit: Int? = null

Optional. The limit.

Link copied to clipboard

The media types.

Link copied to clipboard
val startIndex: Int? = null

Optional. The start index.

Link copied to clipboard

The type.

Link copied to clipboard
val userId: UUID? = null

The user id.