toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.openid
/
RequestParametersFrom
/
Json
Json
@
Serializable
data
class
Json
<
T
:
RequestParameters
>
(
val
jsonString
:
String
,
val
parameters
:
T
,
val
dcApiRequest
:
DCAPIRequest
?
=
null
)
:
RequestParametersFrom
<
T
>
(
source
)
Members
Members & Extensions
Constructors
Json
Link copied to clipboard
constructor
(
jsonString
:
String
,
parameters
:
T
,
dcApiRequest
:
DCAPIRequest
?
=
null
)
Properties
dc
Api
Request
Link copied to clipboard
val
dcApiRequest
:
DCAPIRequest
?
=
null
json
String
Link copied to clipboard
val
jsonString
:
String
parameters
Link copied to clipboard
open
override
val
parameters
:
T
Functions
extract
Dc
Api
Request
Link copied to clipboard
fun
RequestParametersFrom
<
*
>
.
extractDcApiRequest
(
)
:
DCAPIRequest
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String