toggle menu
flatInvoker
common
switch theme
search in API
flatinvoker-core
/
dev.shibasis.flatinvoker.core
/
NestedData
Nested
Data
@
Serializable
data
class
NestedData
(
val
nestedInt
:
Int
,
val
nestedString
:
String
,
val
innerNestedData
:
List
<
InnerNestedData
>
)
Members
Constructors
Nested
Data
Link copied to clipboard
constructor
(
nestedInt
:
Int
,
nestedString
:
String
,
innerNestedData
:
List
<
InnerNestedData
>
)
Properties
inner
Nested
Data
Link copied to clipboard
val
innerNestedData
:
List
<
InnerNestedData
>
nested
Int
Link copied to clipboard
val
nestedInt
:
Int
nested
String
Link copied to clipboard
val
nestedString
:
String