@JsonClass(true) data class GetOptions
Get record options
This class is used for configuring getting the record from org.hyperledger.indy.sdk.wallet.Wallet.
<init> |
Get record options GetOptions(retrieveType: Boolean = false, retrieveValue: Boolean = true, retrieveTags: Boolean = true) |
retrieveTags |
indicating whether this retrieve tags. val retrieveTags: Boolean |
retrieveType |
indicating indicating whether this retrieve type. val retrieveType: Boolean |
retrieveValue |
indicating whether this retrieve value. val retrieveValue: Boolean |