AuthenticationInfoQueryResult

data class AuthenticationInfoQueryResult(val items: List<AuthenticationInfo>, val totalRecordCount: Int, val startIndex: Int)

Query result container.

Constructors

Link copied to clipboard
constructor(items: List<AuthenticationInfo>, 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.