import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
rating | double | Gets or sets the rating. | [optional] |
playedPercentage | double | Gets or sets the played percentage. | [optional] |
unplayedItemCount | int | Gets or sets the unplayed item count. | [optional] |
playbackPositionTicks | int | Gets or sets the playback position ticks. | [optional] |
playCount | int | Gets or sets the play count. | [optional] |
isFavorite | bool | Gets or sets a value indicating whether this instance is favorite. | [optional] |
likes | bool | Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is likes. | [optional] |
lastPlayedDate | DateTime | Gets or sets the last played date. | [optional] |
played | bool | Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played. | [optional] |
key | String | Gets or sets the key. | [optional] |
itemId | String | Gets or sets the item identifier. | [optional] |