2021-06-02 21:05:58 +00:00
# SearchHint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2021-06-04 22:41:30 +00:00
**itemId** | **String** | Gets or sets the item id. | [optional]
**id** | **String** | | [optional]
2021-06-02 21:05:58 +00:00
**name** | **String** | Gets or sets the name. | [optional]
**matchedTerm** | **String** | Gets or sets the matched term. | [optional]
**indexNumber** | **Int** | Gets or sets the index number. | [optional]
**productionYear** | **Int** | Gets or sets the production year. | [optional]
**parentIndexNumber** | **Int** | Gets or sets the parent index number. | [optional]
**primaryImageTag** | **String** | Gets or sets the image tag. | [optional]
**thumbImageTag** | **String** | Gets or sets the thumb image tag. | [optional]
**thumbImageItemId** | **String** | Gets or sets the thumb image item identifier. | [optional]
**backdropImageTag** | **String** | Gets or sets the backdrop image tag. | [optional]
**backdropImageItemId** | **String** | Gets or sets the backdrop image item identifier. | [optional]
**type** | **String** | Gets or sets the type. | [optional]
**isFolder** | **Bool** | | [optional]
**runTimeTicks** | **Int64** | Gets or sets the run time ticks. | [optional]
**mediaType** | **String** | Gets or sets the type of the media. | [optional]
**startDate** | **Date** | | [optional]
**endDate** | **Date** | | [optional]
**series** | **String** | Gets or sets the series. | [optional]
**status** | **String** | | [optional]
**album** | **String** | Gets or sets the album. | [optional]
2021-06-04 22:41:30 +00:00
**albumId** | **String** | | [optional]
2021-06-02 21:05:58 +00:00
**albumArtist** | **String** | Gets or sets the album artist. | [optional]
**artists** | ** [String]** | Gets or sets the artists. | [optional]
**songCount** | **Int** | Gets or sets the song count. | [optional]
**episodeCount** | **Int** | Gets or sets the episode count. | [optional]
2021-06-04 22:41:30 +00:00
**channelId** | **String** | Gets or sets the channel identifier. | [optional]
2021-06-02 21:05:58 +00:00
**channelName** | **String** | Gets or sets the name of the channel. | [optional]
**primaryImageAspectRatio** | **Double** | Gets or sets the primary image aspect ratio. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)