Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

UserItemDataDto.md

File metadata and controls

25 lines (20 loc) · 1.35 KB

openapi.model.UserItemDataDto

Load the model package

import 'package:openapi/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]