@JsonClass(true) data class SearchOptions
Search record options
This class is used for configuring searching records from org.hyperledger.indy.sdk.wallet.Wallet.
<init> |
Search record options SearchOptions(retrieveType: Boolean = false, retrieveValue: Boolean = true, retrieveTags: Boolean = true, retrieveRecords: Boolean = true, retrieveTotalCount: Boolean = false) |
retrieveRecords |
indicating whether this retrieve records. val retrieveRecords: Boolean |
retrieveTags |
indicating whether this retrieve tags. val retrieveTags: Boolean |
retrieveTotalCount |
indicating whether this retrieve total count. val retrieveTotalCount: Boolean |
retrieveType |
indicating whether this retrieve type. val retrieveType: Boolean |
retrieveValue |
indicating whether this retrieve value. val retrieveValue: Boolean |