UpdateUserItemDataDto
@Serializable
This is used by the api to get information about a item user data.
Constructors
Link copied to clipboard
constructor(rating: Double? = null, playedPercentage: Double? = null, unplayedItemCount: Int? = null, playbackPositionTicks: Long? = null, playCount: Int? = null, isFavorite: Boolean? = null, likes: Boolean? = null, lastPlayedDate: DateTime? = null, played: Boolean? = null, key: String? = null, itemId: String? = null)