vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
DeviceRequest
Device
Request
@
Serializable
data
class
DeviceRequest
(
val
version
:
String
,
val
docRequests
:
Array
<
DocRequest
>
)
(
source
)
Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)
Members
Constructors
Device
Request
Link copied to clipboard
constructor
(
version
:
String
,
docRequests
:
Array
<
DocRequest
>
)
Properties
doc
Requests
Link copied to clipboard
@
SerialName
(
value
=
"docRequests"
)
val
docRequests
:
Array
<
DocRequest
>
version
Link copied to clipboard
@
SerialName
(
value
=
"version"
)
val
version
:
String
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