SearchHint
@Serializable
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 = MediaType.UNKNOWN, 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 type.