toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.dccon
/
DCConDetail
/
DetailResult
Detail
Result
data
class
DetailResult
(
val
info
:
List
<
DCConDetail.DCConInfo
>
=
listOf()
,
val
detail
:
List
<
DCCon
>
=
listOf()
)
Members
Constructors
Detail
Result
Link copied to clipboard
constructor
(
info
:
List
<
DCConDetail.DCConInfo
>
=
listOf()
,
detail
:
List
<
DCCon
>
=
listOf()
)
Properties
detail
Link copied to clipboard
val
detail
:
List
<
DCCon
>
info
Link copied to clipboard
val
info
:
List
<
DCConDetail.DCConInfo
>