BaseItemDtoQueryResult

data class BaseItemDtoQueryResult(val items: List<BaseItemDto>, val totalRecordCount: Int, val startIndex: Int)

Query result container.

Constructors

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

Properties

Link copied to clipboard

The items.

Link copied to clipboard

The index of the first record in Items.

Link copied to clipboard

The total number of records available.