vc-k
Toggle table of contents
5.12.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
DeviceResponse
Device
Response
@
Serializable
data
class
DeviceResponse
(
val
version
:
String
,
val
documents
:
Array
<
Document
>
?
=
null
,
val
zkDocuments
:
Array
<
ZkDocument
>
?
=
null
,
val
encryptedDocuments
:
Array
<
EncryptedDocuments
>
?
=
null
,
val
documentErrors
:
Array
<
Map
<
String
,
Int
>
>
?
=
null
,
val
status
:
UInt
)
(
source
)
Part of the ISO/IEC 18013-5:2026 standard: Mdoc response (10.3)
Members
Constructors
Device
Response
Link copied to clipboard
constructor
(
version
:
String
,
documents
:
Array
<
Document
>
?
=
null
,
zkDocuments
:
Array
<
ZkDocument
>
?
=
null
,
encryptedDocuments
:
Array
<
EncryptedDocuments
>
?
=
null
,
documentErrors
:
Array
<
Map
<
String
,
Int
>
>
?
=
null
,
status
:
UInt
)
Properties
document
Errors
Link copied to clipboard
@
SerialName
(
value
=
"documentErrors"
)
val
documentErrors
:
Array
<
Map
<
String
,
Int
>
>
?
documents
Link copied to clipboard
@
SerialName
(
value
=
"documents"
)
val
documents
:
Array
<
Document
>
?
encrypted
Documents
Link copied to clipboard
@
SerialName
(
value
=
"encryptedDocuments"
)
val
encryptedDocuments
:
Array
<
EncryptedDocuments
>
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
UInt
version
Link copied to clipboard
@
SerialName
(
value
=
"version"
)
val
version
:
String
zk
Documents
Link copied to clipboard
@
SerialName
(
value
=
"zkDocuments"
)
val
zkDocuments
:
Array
<
ZkDocument
>
?
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