SearchHint
data class SearchHint(val itemId: UUID, val id: UUID, val name: String, val matchedTerm: String? = null, val indexNumber: Int? = null, val productionYear: Int? = null, val parentIndexNumber: Int? = null, val primaryImageTag: String? = null, val thumbImageTag: String? = null, val thumbImageItemId: String? = null, val backdropImageTag: String? = null, val backdropImageItemId: String? = null, val type: BaseItemKind, val isFolder: Boolean? = null, val runTimeTicks: Long? = null, val mediaType: MediaType, val startDate: DateTime? = null, val endDate: DateTime? = null, val series: String? = null, val status: String? = null, val album: String? = null, val albumId: UUID? = null, val albumArtist: String? = null, val artists: List<String>, val songCount: Int? = null, val episodeCount: Int? = null, val channelId: UUID? = null, val channelName: String? = null, val primaryImageAspectRatio: Double? = null)
Class SearchHintResult.
Constructors
Link copied to clipboard
constructor(itemId: UUID, id: UUID, name: String, matchedTerm: String? = null, indexNumber: Int? = null, productionYear: Int? = null, parentIndexNumber: Int? = null, primaryImageTag: String? = null, thumbImageTag: String? = null, thumbImageItemId: String? = null, backdropImageTag: String? = null, backdropImageItemId: String? = null, type: BaseItemKind, isFolder: Boolean? = null, runTimeTicks: Long? = null, mediaType: MediaType, startDate: DateTime? = null, endDate: DateTime? = null, series: String? = null, status: String? = null, album: String? = null, albumId: UUID? = null, albumArtist: String? = null, artists: List<String>, songCount: Int? = null, episodeCount: Int? = null, channelId: UUID? = null, channelName: String? = null, primaryImageAspectRatio: Double? = null)
Properties
Link copied to clipboard
The album artist.
Link copied to clipboard
The backdrop image item identifier.
Link copied to clipboard
The backdrop image tag.
Link copied to clipboard
The name of the channel.
Link copied to clipboard
The episode count.
Link copied to clipboard
The index number.
Link copied to clipboard
The matched term.
Link copied to clipboard
The parent index number.
Link copied to clipboard
The primary image aspect ratio.
Link copied to clipboard
The image tag.
Link copied to clipboard
The production year.
Link copied to clipboard
The run time ticks.
Link copied to clipboard
The thumb image item identifier.
Link copied to clipboard
The thumb image tag.
Link copied to clipboard
The base item kind.