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
/
ItemsRequest
Items
Request
@
Serializable
data
class
ItemsRequest
(
val
docType
:
String
,
val
namespaces
:
Map
<
String
,
ItemsRequestList
>
,
val
requestInfo
:
Map
<
String
,
String
>
?
=
null
)
(
source
)
Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)
Members
Constructors
Items
Request
Link copied to clipboard
constructor
(
docType
:
String
,
namespaces
:
Map
<
String
,
ItemsRequestList
>
,
requestInfo
:
Map
<
String
,
String
>
?
=
null
)
Properties
doc
Type
Link copied to clipboard
@
SerialName
(
value
=
"docType"
)
val
docType
:
String
namespaces
Link copied to clipboard
@
SerialName
(
value
=
"nameSpaces"
)
val
namespaces
:
Map
<
String
,
ItemsRequestList
>
request
Info
Link copied to clipboard
@
SerialName
(
value
=
"requestInfo"
)
val
requestInfo
:
Map
<
String
,
String
>
?