PeerListIteratorOptions

data class PeerListIteratorOptions(val byGroupName: String? = null, val byRoleName: String? = null, val byPeerIds: ArrayList<String>? = null, val limit: Int = 10)

Constructors

Link copied to clipboard
fun PeerListIteratorOptions(byGroupName: String? = null, byRoleName: String? = null, byPeerIds: ArrayList<String>? = null, limit: Int = 10)

Properties

Link copied to clipboard
val byGroupName: String? = null
Link copied to clipboard
val byPeerIds: ArrayList<String>? = null
Link copied to clipboard
val byRoleName: String? = null
Link copied to clipboard
val limit: Int = 10