ThemeMediaResult

data class ThemeMediaResult(val items: List<BaseItemDto>, val totalRecordCount: Int, val startIndex: Int, val ownerId: UUID)

Class ThemeMediaResult.

Constructors

Link copied to clipboard
constructor(items: List<BaseItemDto>, totalRecordCount: Int, startIndex: Int, ownerId: UUID)

Properties

Link copied to clipboard

The items.

Link copied to clipboard

The owner id.

Link copied to clipboard

The index of the first record in Items.

Link copied to clipboard

The total number of records available.