toggle menu
vc-k
5.10.0
common
switch theme
search in API
openid-data-classes
/
at.asitplus.openid
/
RequestParametersFrom
/
DcApiUnsigned
Dc
Api
Unsigned
@
Serializable
@
SerialName
(
value
=
"DcApiUnsigned"
)
data
class
DcApiUnsigned
<
T
:
RequestParameters
>
(
val
dcApiRequest
:
Oid4vpDCAPIRequest
,
val
parameters
:
T
,
val
jsonString
:
String
)
:
RequestParametersFrom
<
T
>
(
source
)
Members
Constructors
Dc
Api
Unsigned
Link copied to clipboard
constructor
(
dcApiRequest
:
Oid4vpDCAPIRequest
,
parameters
:
T
,
jsonString
:
String
)
Properties
dc
Api
Request
Link copied to clipboard
@
SerialName
(
value
=
"dcApiRequest"
)
val
dcApiRequest
:
Oid4vpDCAPIRequest
json
String
Link copied to clipboard
@
SerialName
(
value
=
"jsonString"
)
val
jsonString
:
String
parameters
Link copied to clipboard
@
SerialName
(
value
=
"parameters"
)
open
override
val
parameters
:
T
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String