onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
ProofRequestClaimBindingDto
Proof
Request
Claim
Binding
Dto
data
class
ProofRequestClaimBindingDto
(
var
schema
:
ProofClaimSchemaBindingDto
,
var
value
:
ProofRequestClaimValueBindingDto
?
)
Members
Constructors
Proof
Request
Claim
Binding
Dto
Link copied to clipboard
constructor
(
schema
:
ProofClaimSchemaBindingDto
,
value
:
ProofRequestClaimValueBindingDto
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
schema
Link copied to clipboard
var
schema
:
ProofClaimSchemaBindingDto
value
Link copied to clipboard
var
value
:
ProofRequestClaimValueBindingDto
?