toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.pollux.models
/
JWTPresentationDefinitionRequest
/
PresentationDefinition
/
InputDescriptor
/
Constraints
/
Field
Field
@
Serializable
data
class
Field
constructor
(
val
path
:
Array
<
String
>
,
val
id
:
String
?
=
null
,
val
purpose
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
filter
:
InputFieldFilter
?
=
null
,
val
optional
:
Boolean
=
false
)
(
source
)
Members
Constructors
Field
Link copied to clipboard
constructor
(
path
:
Array
<
String
>
,
id
:
String
?
=
null
,
purpose
:
String
?
=
null
,
name
:
String
?
=
null
,
filter
:
InputFieldFilter
?
=
null
,
optional
:
Boolean
=
false
)
Types
Filter
Link copied to clipboard
@
Serializable
data
class
Filter
(
val
type
:
String
,
val
pattern
:
String
)
Properties
filter
Link copied to clipboard
val
filter
:
InputFieldFilter
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
optional
Link copied to clipboard
val
optional
:
Boolean
=
false
path
Link copied to clipboard
val
path
:
Array
<
String
>
purpose
Link copied to clipboard
val
purpose
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int