SearchHint

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)