toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
RequestedPredicates
Requested
Predicates
@
Serializable
data
class
RequestedPredicates
(
val
name
:
String
,
val
pType
:
String
,
val
pValue
:
Int
,
val
restrictions
:
Map
<
String
,
String
>
,
val
nonRevoked
:
NonRevoked
?
)
(
source
)
Members
Constructors
Requested
Predicates
Link copied to clipboard
constructor
(
name
:
String
,
pType
:
String
,
pValue
:
Int
,
restrictions
:
Map
<
String
,
String
>
,
nonRevoked
:
NonRevoked
?
)
Properties
name
Link copied to clipboard
val
name
:
String
non
Revoked
Link copied to clipboard
@
SerialName
(
value
=
"non_revoked"
)
val
nonRevoked
:
NonRevoked
?
p
Type
Link copied to clipboard
@
SerialName
(
value
=
"p_type"
)
val
pType
:
String
p
Value
Link copied to clipboard
@
SerialName
(
value
=
"p_value"
)
val
pValue
:
Int
restrictions
Link copied to clipboard
val
restrictions
:
Map
<
String
,
String
>