SearchGroupTMRTemporaryKeysOpts
data class SearchGroupTMRTemporaryKeysOpts@JvmOverloadsconstructor(val groupId: String = "", val page: Int = 1, val all: Boolean = false)
SealdSearchGroupTMRTemporaryKeysOpts holds the tmr filters used when searching group TMR temporary keys.
Constructors
SearchGroupTMRTemporaryKeysOpts | @JvmOverloads constructor(groupId: String = "", page: Int = 1, all: Boolean = false) |
Properties
Name | Summary |
---|---|
all | val all: Boolean = false Should return all pages after Page . |
groupId | val groupId: String Return only the TMR temporary keys that give access to this groupId. |
page | val page: Int = 1 Page to return. |