ThemeMediaResult

@Serializable
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
@SerialName(value = "Items")
val items: List<BaseItemDto>

The items.

Link copied to clipboard
@SerialName(value = "OwnerId")
val ownerId: UUID

The owner id.

Link copied to clipboard
@SerialName(value = "StartIndex")
val startIndex: Int

The index of the first record in Items.

Link copied to clipboard
@SerialName(value = "TotalRecordCount")
val totalRecordCount: Int

The total number of records available.