ItemCounts

data class ItemCounts(val movieCount: Int, val seriesCount: Int, val episodeCount: Int, val artistCount: Int, val programCount: Int, val trailerCount: Int, val songCount: Int, val albumCount: Int, val musicVideoCount: Int, val boxSetCount: Int, val bookCount: Int, val itemCount: Int)

Class LibrarySummary.

Constructors

Link copied to clipboard
constructor(movieCount: Int, seriesCount: Int, episodeCount: Int, artistCount: Int, programCount: Int, trailerCount: Int, songCount: Int, albumCount: Int, musicVideoCount: Int, boxSetCount: Int, bookCount: Int, itemCount: Int)

Properties

Link copied to clipboard

The album count.

Link copied to clipboard

The artist count.

Link copied to clipboard

The book count.

Link copied to clipboard

The box set count.

Link copied to clipboard

The episode count.

Link copied to clipboard

The item count.

Link copied to clipboard

The movie count.

Link copied to clipboard

The music video count.

Link copied to clipboard

The program count.

Link copied to clipboard

The series count.

Link copied to clipboard

The song count.

Link copied to clipboard

The trailer count.